dwm.c
changeset 1326 158c50c241b5
parent 1325 5456239bb8ad
child 1327 920833e10274
equal deleted inserted replaced
1325:5456239bb8ad 1326:158c50c241b5
   200 static void zoom(const Arg *arg);
   200 static void zoom(const Arg *arg);
   201 
   201 
   202 /* variables */
   202 /* variables */
   203 static char stext[256];
   203 static char stext[256];
   204 static int screen;
   204 static int screen;
   205 static int sx, sy, sw, sh; /* display geometry x, y, width, height */ 
   205 static int sx, sy, sw, sh; /* X display screen geometry x, y, width, height */ 
   206 static int by, bh, blw;    /* bar geometry y, height and layout symbol width */
   206 static int by, bh, blw;    /* bar geometry y, height and layout symbol width */
   207 static int wx, wy, ww, wh; /* window area geometry x, y, width, height, bar excluded */
   207 static int wx, wy, ww, wh; /* window area geometry x, y, width, height, bar excluded */
   208 static unsigned int seltags = 0, sellt = 0;
   208 static unsigned int seltags = 0, sellt = 0;
   209 static int (*xerrorxlib)(Display *, XErrorEvent *);
   209 static int (*xerrorxlib)(Display *, XErrorEvent *);
   210 static unsigned int numlockmask = 0;
   210 static unsigned int numlockmask = 0;