CTWM
Loading...
Searching...
No Matches
Functions | Variables
/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()

void AutoPopupMaybe ( TwmWindow * tmp)

◆ GetTwmScreen()

ScreenInfo * GetTwmScreen ( XEvent * event)

Definition at line 209 of file event_utils.c.

References dpy, FindScreenInfo(), PlaceX, 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, PlaceX, and raise_win.

Referenced by AutoPopupMaybe(), and HandleMapRequest().

◆ SynthesiseFocusIn()

void SynthesiseFocusIn ( Window w)

Definition at line 275 of file event_utils.c.

References dpy, and PlaceX.

Referenced by HandleEnterNotify().

◆ SynthesiseFocusOut()

void SynthesiseFocusOut ( Window w)

Definition at line 257 of file event_utils.c.

References dpy, and PlaceX.

Referenced by HandleLeaveNotify().

◆ WindowOfEvent()

Window WindowOfEvent ( XEvent * e)

Definition at line 95 of file event_utils.c.

References PlaceX.

Referenced by GetTwmScreen().

Variable Documentation

◆ ColortableThrashing

bool ColortableThrashing
extern

Definition at line 90 of file event_core.c.

Referenced by HandleEvents().

◆ enter_flag

bool enter_flag
extern

◆ enter_win

TwmWindow* enter_win
extern

◆ leave_flag

bool leave_flag
extern

◆ 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

TwmWindow* Tmp_win
extern