From 4becd7f1be4d7d89184e348fd1b7de426e5e0019 Mon Sep 17 00:00:00 2001 From: Marco Peereboom Date: Tue, 13 Oct 2009 18:57:37 +0000 Subject: [PATCH] Remove some XXX that were fixed and bump version. --- scrotwm.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/scrotwm.c b/scrotwm.c index be7b57f..e9dfba4 100644 --- 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 #include @@ -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 */ -- 1.7.10.4