static const char *cvstag = "$scrotwm$";
-#define SWM_VERSION "0.9.14"
+#define SWM_VERSION "0.9.15"
#include <stdio.h>
#include <stdlib.h>
wc.y = (HEIGHT(r) - win->g.h) / 2;
}
- /* XXX need to fix manual moving into a new region */
/* adjust for region */
if (wc.x < r->g.x)
wc.x += r->g.x;
/* drain events */
while (XCheckMaskEvent(display, EnterWindowMask, &ev));
-
- /* XXX need to fix manual moving into a new region */
}
/* key definitions */