diff options
author | okan | 2016-12-06 21:59:33 +0000 |
---|---|---|
committer | okan | 2016-12-06 21:59:33 +0000 |
commit | b8454619a8fb11bcba893d94f1d0b329987e2b89 (patch) | |
tree | 3ebf7add52e884fbda71230cf607b0034d94815b /menu.c | |
parent | 282cc4b1b068884308cccec1d615640fbbe6d9f7 (diff) | |
download | cwm-b8454619a8fb11bcba893d94f1d0b329987e2b89.tar.gz |
stray newlines
Diffstat (limited to 'menu.c')
-rw-r--r-- | menu.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -16,7 +16,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $OpenBSD: menu.c,v 1.100 2016/12/06 21:54:10 okan Exp $ + * $OpenBSD: menu.c,v 1.101 2016/12/06 21:59:33 okan Exp $ */ #include <sys/types.h> @@ -126,7 +126,6 @@ menu_filter(struct screen_ctx *sc, struct menu_q *menuq, const char *prompt, CurrentTime) != GrabSuccess) { XUnmapWindow(X_Dpy, sc->menu.win); return(NULL); - } XGetInputFocus(X_Dpy, &focuswin, &focusrevert); @@ -667,4 +666,3 @@ menu_windraw(struct screen_ctx *sc, Window win, const char *fmt, ...) free(text); } - |