CTWM
Toggle main menu visibility
Loading...
Searching...
No Matches
/usr/src/RPM/BUILD/ctwm-4.1.0/event_internal.h
Go to the documentation of this file.
1
/*
2
* Various internal bits shared among the event code
3
*/
4
#ifndef _CTWM_EVENT_INTERNAL_H
5
#define _CTWM_EVENT_INTERNAL_H
6
7
8
/* event_utils.c */
9
/* AutoRaiseWindow in events.h (temporarily?) */
10
void
SetRaiseWindow
(
TwmWindow
*tmp);
11
void
AutoPopupMaybe
(
TwmWindow
*tmp);
12
void
AutoLowerWindow
(
TwmWindow
*tmp);
13
Window
WindowOfEvent
(XEvent *e);
14
ScreenInfo
*
GetTwmScreen
(XEvent *event);
15
void
SynthesiseFocusOut
(Window w);
16
void
SynthesiseFocusIn
(Window w);
17
18
19
extern
TwmWindow
*
Tmp_win
;
20
extern
bool
ColortableThrashing
;
21
extern
bool
enter_flag
;
22
extern
bool
leave_flag
;
23
extern
TwmWindow
*
enter_win
, *
raise_win
, *
leave_win
, *
lower_win
;
24
25
26
/* SynthesiseFocus*() and focus handlers look at this */
27
//#define TRACE_FOCUS
28
29
30
#endif
/* _CTWM_EVENT_INTERNAL_H */
ColortableThrashing
bool ColortableThrashing
Definition
event_core.c:90
leave_flag
bool leave_flag
Definition
event_core.c:83
lower_win
TwmWindow * lower_win
Definition
event_core.c:84
enter_flag
bool enter_flag
Definition
event_core.c:82
raise_win
TwmWindow * raise_win
Definition
event_core.c:84
Tmp_win
TwmWindow * Tmp_win
Definition
event_core.c:91
enter_win
TwmWindow * enter_win
Definition
event_core.c:84
leave_win
TwmWindow * leave_win
Definition
event_core.c:84
SynthesiseFocusOut
void SynthesiseFocusOut(Window w)
Definition
event_utils.c:257
SetRaiseWindow
void SetRaiseWindow(TwmWindow *tmp)
Definition
event_utils.c:42
SynthesiseFocusIn
void SynthesiseFocusIn(Window w)
Definition
event_utils.c:275
GetTwmScreen
ScreenInfo * GetTwmScreen(XEvent *event)
Definition
event_utils.c:209
AutoLowerWindow
void AutoLowerWindow(TwmWindow *tmp)
Definition
event_utils.c:71
AutoPopupMaybe
void AutoPopupMaybe(TwmWindow *tmp)
Definition
event_utils.c:54
WindowOfEvent
Window WindowOfEvent(XEvent *e)
Definition
event_utils.c:95
ScreenInfo
Info and control for each X Screen we control.
Definition
screen.h:96
TwmWindow
Info and control for every X Window we take over.
Definition
twm_window_struct.h:34
event_internal.h
Generated by
1.18.0