From 8d35b85b0bc2ed1fb429d08d6a77ca1a1a038f7a Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Wed, 11 Nov 2009 11:50:11 +0100 Subject: readd comment that was accidentally removed in a recent merge --- callbacks.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'callbacks.c') diff --git a/callbacks.c b/callbacks.c index cf7a867..18ea2e0 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