CTWM
Loading...
Searching...
No Matches
/usr/src/RPM/BUILD/ctwm-4.1.0/event_internal.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void SetRaiseWindow (TwmWindow *tmp)
void AutoPopupMaybe (TwmWindow *tmp)
void AutoLowerWindow (TwmWindow *tmp)
Window WindowOfEvent (XEvent *e)
ScreenInfoGetTwmScreen (XEvent *event)
void SynthesiseFocusOut (Window w)
void SynthesiseFocusIn (Window w)

Variables

TwmWindowTmp_win
bool ColortableThrashing
bool enter_flag
bool leave_flag
TwmWindowenter_win
TwmWindowraise_win
TwmWindowleave_win
TwmWindowlower_win

Function Documentation

◆ AutoLowerWindow()

void AutoLowerWindow ( TwmWindow * tmp)

◆ AutoPopupMaybe()

◆ GetTwmScreen()

ScreenInfo * GetTwmScreen ( XEvent * event)

Definition at line 209 of file event_utils.c.

References dpy, FindScreenInfo(), ScreenContext, and WindowOfEvent().

Referenced by DispatchEvent(), and DispatchEvent2().

◆ SetRaiseWindow()

void SetRaiseWindow ( TwmWindow * tmp)

Definition at line 42 of file event_utils.c.

References dpy, enter_flag, enter_win, leave_flag, leave_win, lower_win, and raise_win.

Referenced by AutoPopupMaybe(), and HandleMapRequest().

◆ SynthesiseFocusIn()

void SynthesiseFocusIn ( Window w)

Definition at line 275 of file event_utils.c.

References dpy.

Referenced by HandleEnterNotify().

◆ SynthesiseFocusOut()

void SynthesiseFocusOut ( Window w)

Definition at line 257 of file event_utils.c.

References dpy.

Referenced by HandleLeaveNotify().

◆ WindowOfEvent()

Window WindowOfEvent ( XEvent * e)

Definition at line 95 of file event_utils.c.

Referenced by GetTwmScreen().

Variable Documentation

◆ ColortableThrashing

bool ColortableThrashing
extern

Definition at line 90 of file event_core.c.

◆ enter_flag

◆ enter_win

◆ leave_flag

◆ leave_win

TwmWindow * leave_win

Definition at line 23 of file event_internal.h.

◆ lower_win

TwmWindow * lower_win

Definition at line 23 of file event_internal.h.

◆ raise_win

TwmWindow * raise_win

Definition at line 23 of file event_internal.h.

◆ Tmp_win