CTWM
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?) */
17
18
19extern TwmWindow *Tmp_win;
20extern bool ColortableThrashing;
21extern bool enter_flag;
22extern bool leave_flag;
24
25
26/* SynthesiseFocus*() and focus handlers look at this */
27//#define TRACE_FOCUS
28
29
30#endif /* _CTWM_EVENT_INTERNAL_H */
static int PlaceX
Definition add_window.c:82
bool ColortableThrashing
Definition event_core.c:90
bool leave_flag
Definition event_core.c:83
TwmWindow * lower_win
bool enter_flag
Definition event_core.c:82
TwmWindow * raise_win
void SynthesiseFocusOut(Window w)
TwmWindow * Tmp_win
Definition event_core.c:91
void SetRaiseWindow(TwmWindow *tmp)
Definition event_utils.c:42
TwmWindow * enter_win
Definition event_core.c:84
void SynthesiseFocusIn(Window w)
ScreenInfo * GetTwmScreen(XEvent *event)
void AutoLowerWindow(TwmWindow *tmp)
Definition event_utils.c:71
void AutoPopupMaybe(TwmWindow *tmp)
Definition event_utils.c:54
TwmWindow * leave_win
Window WindowOfEvent(XEvent *e)
Definition event_utils.c:95
Info and control for each X Screen we control.
Definition screen.h:96
Info and control for every X Window we take over.