From a22e90abea78760dc1dcf82f9ed834e9e2145030 Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Sat, 7 Nov 2009 09:12:20 +0100 Subject: 2 small code updates/comments --- callbacks.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'callbacks.c') diff --git a/callbacks.c b/callbacks.c index c2b1455..b62c9fe 100644 --- a/callbacks.c +++ b/callbacks.c @@ -40,7 +40,7 @@ void cmd_set_geometry() { int ret=0, x=0, y=0; unsigned int w=0, h=0; - + /* we used to use gtk_window_parse_geometry() but that didn't work how it was supposed to */ ret = XParseGeometry(uzbl.gui.geometry, &x, &y, &w, &h); if(ret & XValue) gtk_window_move((GtkWindow *)uzbl.gui.main_window, x, y); -- cgit v1.2.3