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

Go to the source code of this file.

Enumerations

enum  CMoveDir { MOVE_NONE , MOVE_VERT , MOVE_HORIZ }
 

Functions

void ExecuteFunction (int func, void *action, Window w, TwmWindow *tmp_win, XEvent *eventp, int context, bool pulldown)
 
void ReGrab (void)
 
void draw_info_window (void)
 

Variables

bool ConstMove
 
CMoveDir ConstMoveDir
 
int ConstMoveX
 
int ConstMoveY
 
int RootFunction
 
int MoveFunction
 
bool WindowMoved
 
int ResizeOrigX
 
int ResizeOrigY
 

Enumeration Type Documentation

◆ CMoveDir

Enumerator
MOVE_NONE 
MOVE_VERT 
MOVE_HORIZ 

Definition at line 14 of file functions.h.

Function Documentation

◆ draw_info_window()

void draw_info_window ( void )

Definition at line 274 of file functions_identify.c.

References dpy, Draw3DBorder(), FB, Info, off, PlaceX, and Scr.

Referenced by HandleExpose().

◆ ExecuteFunction()

void ExecuteFunction ( int func,
void * action,
Window w,
TwmWindow * tmp_win,
XEvent * eventp,
int context,
bool pulldown )

◆ ReGrab()

void ReGrab ( void )

Definition at line 345 of file functions.c.

References dpy, LastCursor, PlaceX, and Scr.

Referenced by AddWindow().

Variable Documentation

◆ ConstMove

bool ConstMove
extern

Definition at line 53 of file functions_win_moveresize.c.

Referenced by HandleButtonRelease(), and movewindow().

◆ ConstMoveDir

CMoveDir ConstMoveDir
extern

Definition at line 54 of file functions_win_moveresize.c.

Referenced by HandleButtonRelease(), and movewindow().

◆ ConstMoveX

int ConstMoveX
extern

Definition at line 55 of file functions_win_moveresize.c.

Referenced by HandleButtonRelease(), and movewindow().

◆ ConstMoveY

int ConstMoveY
extern

Definition at line 56 of file functions_win_moveresize.c.

Referenced by HandleButtonRelease(), and movewindow().

◆ MoveFunction

int MoveFunction
extern

Definition at line 69 of file functions_win_moveresize.c.

Referenced by HandleButtonRelease(), and movewindow().

◆ ResizeOrigX

int ResizeOrigX
extern

Definition at line 75 of file functions_win_moveresize.c.

Referenced by f_resize_impl(), and HandleMotionNotify().

◆ ResizeOrigY

int ResizeOrigY
extern

Definition at line 76 of file functions_win_moveresize.c.

Referenced by f_resize_impl(), and HandleMotionNotify().

◆ RootFunction

int RootFunction
extern

◆ WindowMoved

bool WindowMoved
extern