void
Client_Remove(Client *c) {
Client * cc;
- ScreenInfo *screen = c->screen;
-
if (c == 0)
return;
int screen_count; /* The number of screens. */
ScreenInfo * screens; /* Information about these screens. */
-ScreenInfo * current_screen;
XFontSet font_set = NULL; /* Font set for title var */
XFontSetExtents *font_set_ext = NULL;
continue;
c = Client_Add(wins[i], root);
if (c != 0 && c->window == wins[i]) {
- c->screen = &screens[screen];
c->size.x = attr.x;
c->size.y = attr.y;
c->size.width = attr.width;
int namelen; /* Length of client name */
Edge cursor; /* indicates which cursor is being used for parent window */
IState internal_state;
- ScreenInfo * screen;
} Client;
/*
extern int screen_count;
extern ScreenInfo * screens;
-extern ScreenInfo * current_screen;
extern XFontSet font_set;
extern XFontSetExtents *font_set_ext;
extern Atom wm_state;
static int getProperty(Window, Atom, Atom, long, unsigned char **);
static int getWindowState(Window, int *);
-static void applyGravity(Client *);
/*ARGSUSED*/
void