|
CTWM
|
Go to the source code of this file.
Data Structures | |
| struct | CaptiveCTWM |
Typedefs | |
| typedef struct CaptiveCTWM | CaptiveCTWM |
Functions | |
| bool | RedirectToCaptive (Window window) |
| char * | AddToCaptiveList (const char *cptname) |
| void | RemoveFromCaptiveList (const char *cptname) |
| void | SetPropsIfCaptiveCtwm (TwmWindow *win) |
| CaptiveCTWM | GetCaptiveCTWMUnderPointer (void) |
| void | SetNoRedirect (Window window) |
| void | ConfigureCaptiveRootWindow (XEvent *ev) |
| void | AdoptWindow (void) |
| typedef struct CaptiveCTWM CaptiveCTWM |
| char * AddToCaptiveList | ( | const char * | cptname | ) |
Definition at line 308 of file captive.c.
References AddToCaptiveList(), dpy, freeCaptivesList(), GetCaptivesList(), root, Scr, SetCaptivesList(), and XA_WM_CTWM_ROOT_our_name.
Referenced by AddToCaptiveList(), and ctwm_main().
| void AdoptWindow | ( | void | ) |
Definition at line 690 of file captive.c.
References AdoptWindow(), dpy, RestartPreviousState, root, Scr, and SimulateMapRequest().
Referenced by AdoptWindow(), and f_adoptwindow_impl().
| void ConfigureCaptiveRootWindow | ( | XEvent * | ev | ) |
Definition at line 641 of file captive.c.
References CLarg, ConfigureCaptiveRootWindow(), dpy, ProgramName, root, and Scr.
Referenced by ConfigureCaptiveRootWindow(), and DispatchEvent().
| CaptiveCTWM GetCaptiveCTWMUnderPointer | ( | void | ) |
Definition at line 550 of file captive.c.
References CaptiveCtwmRootWindow(), dpy, GetCaptiveCTWMUnderPointer(), JunkMask, JunkRoot, JunkX, JunkY, CaptiveCTWM::name, CaptiveCTWM::root, root, and Scr.
Referenced by f_hypermove_impl(), and GetCaptiveCTWMUnderPointer().
| bool RedirectToCaptive | ( | Window | window | ) |
Definition at line 60 of file captive.c.
References DontRedirect(), dpy, RedirectToCaptive(), safe_strncpy(), Scr, and table.
Referenced by AddWindow(), and RedirectToCaptive().
| void RemoveFromCaptiveList | ( | const char * | cptname | ) |
Definition at line 425 of file captive.c.
References dpy, freeCaptivesList(), GetCaptivesList(), RemoveFromCaptiveList(), root, Scr, SetCaptivesList(), and XA_WM_CTWM_ROOT_our_name.
Referenced by DoShutdown(), and RemoveFromCaptiveList().
| void SetNoRedirect | ( | Window | window | ) |
Definition at line 609 of file captive.c.
References dpy, and SetNoRedirect().
Referenced by f_hypermove_impl(), and SetNoRedirect().
| void SetPropsIfCaptiveCtwm | ( | TwmWindow * | win | ) |
Definition at line 502 of file captive.c.
References CaptiveCtwmRootWindow(), dpy, TwmWindow::frame, SetPropsIfCaptiveCtwm(), and TwmWindow::w.
Referenced by AddWindow(), and SetPropsIfCaptiveCtwm().