From 333718c5cee02fcf84f3538a720687c832bc4fc8 Mon Sep 17 00:00:00 2001 From: Robert Manea Date: Thu, 9 Jul 2009 11:39:04 +0200 Subject: set current geometry on configure-event --- uzbl.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'uzbl.h') diff --git a/uzbl.h b/uzbl.h index c081cd9..84f0950 100644 --- a/uzbl.h +++ b/uzbl.h @@ -471,6 +471,12 @@ static void dump_config(); +static void +retreive_geometry(); + +static gboolean +configure_event_cb(GtkWidget* window, GdkEventConfigure* event); + typedef void (*Command)(WebKitWebView*, GArray *argv, GString *result); typedef struct { Command function; -- cgit v1.2.3