Main Page | Data Structures | File List | Data Fields | Globals

x11.h File Reference

Go to the source code of this file.

Defines

#define GWIDTH   0
 Request width (getGeom).
#define GHEIGHT   1
 Request height (getGeom).
#define GX   2
 Request x (getGeom).
#define GY   4
 Request y (getGeom).

Functions

Window onRoot (Display *, Window)
 Goes up the window tree for a top-level window (with decorations).
int getGeom (Display *, Window, int)
 Find window geometry element.
int isNotIconified (Display *, Window)
 Checks whether a window is visible.
void recurseWindow (Display *, Window, struct tile_config *, struct tile_state *)
 Recurse through windows, doing initial window list calculations.
void moveResizeWindow (Display *, Window, struct tile_config *, struct tile_state *)
 Recurse through windows, doing resize and move operations.


Define Documentation

#define GHEIGHT   1
 

Request height (getGeom).

#define GWIDTH   0
 

Request width (getGeom).

#define GX   2
 

Request x (getGeom).

#define GY   4
 

Request y (getGeom).


Function Documentation

int getGeom Display *  dpy,
Window  win,
int  val
 

Find window geometry element.

Parameters:
val One of GWIDTH, GHEIGHT, GX, GY
Returns:
Geometry element

int isNotIconified Display *  ,
Window 
 

Checks whether a window is visible.

void moveResizeWindow Display *  ,
Window  ,
struct tile_config ,
struct tile_state
 

Recurse through windows, doing resize and move operations.

Window onRoot Display *  ,
Window 
 

Goes up the window tree for a top-level window (with decorations).

void recurseWindow Display *  ,
Window  ,
struct tile_config ,
struct tile_state
 

Recurse through windows, doing initial window list calculations.


Generated on Tue Sep 20 04:19:48 2005 for tile by  doxygen 1.4.4