JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Remove some XXX that were fixed and bump version.
authorMarco Peereboom <marco@conformal.com>
Tue, 13 Oct 2009 18:57:37 +0000 (18:57 +0000)
committerMarco Peereboom <marco@conformal.com>
Tue, 13 Oct 2009 18:57:37 +0000 (18:57 +0000)
scrotwm.c

index be7b57f..e9dfba4 100644 (file)
--- a/scrotwm.c
+++ b/scrotwm.c
@@ -52,7 +52,7 @@
 
 static const char      *cvstag = "$scrotwm$";
 
-#define        SWM_VERSION     "0.9.14"
+#define        SWM_VERSION     "0.9.15"
 
 #include <stdio.h>
 #include <stdlib.h>
@@ -1707,7 +1707,6 @@ stack_floater(struct ws_win *win, struct swm_region *r)
                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;
@@ -2338,8 +2337,6 @@ move(struct ws_win *win, union arg *args)
 
        /* drain events */
        while (XCheckMaskEvent(display, EnterWindowMask, &ev));
-
-       /* XXX need to fix manual moving into a new region */
 }
 
 /* key definitions */