From: Marco Peereboom Date: Tue, 13 Oct 2009 18:57:37 +0000 (+0000) Subject: Remove some XXX that were fixed and bump version. X-Git-Url: https://jasonwoof.com/gitweb/?a=commitdiff_plain;h=4becd7f1be4d7d89184e348fd1b7de426e5e0019;p=spectrwm.git Remove some XXX that were fixed and bump version. --- 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 */