aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzbl.h
diff options
context:
space:
mode:
authorGravatar Robert Manea <gotmor@gmail.com>2009-07-09 11:39:04 +0200
committerGravatar Robert Manea <gotmor@gmail.com>2009-07-09 11:39:04 +0200
commit333718c5cee02fcf84f3538a720687c832bc4fc8 (patch)
tree3ec8fde9894424d2d85520c9dc3c202a5da7bcac /uzbl.h
parentf23019c50952162e41f7dbf9a2f12e91c55b3f28 (diff)
set current geometry on configure-event
Diffstat (limited to 'uzbl.h')
-rw-r--r--uzbl.h6
1 files changed, 6 insertions, 0 deletions
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;