Introduction
Introduction Statistics Contact Development Disclaimer Help
tAdding Lorenzo Bollas hints patch. - surf - customized build of surf, the suck…
git clone git://src.adamsgaard.dk/surf
Log
Files
Refs
README
LICENSE
---
commit 05fbb4ab76272fbccd0e9a8c47f61968731fc0e5
parent c82fff2dd33346d0acbfed291d54ec9845245249
Author: Enno Boland (tox) <[email protected]>
Date: Wed, 21 Oct 2009 15:52:36 +0200
Adding Lorenzo Bollas hints patch.
Diffstat:
M surf.c | 2 ++
1 file changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/surf.c b/surf.c
t@@ -424,6 +424,7 @@ newclient(void) {
int i;
Client *c;
WebKitWebSettings *settings;
+ GdkGeometry hints = { 1, 1 };
char *uri;
if(!(c = calloc(1, sizeof(Client))))
t@@ -493,6 +494,7 @@ newclient(void) {
gtk_widget_show(c->scroll);
gtk_widget_show(GTK_WIDGET(c->view));
gtk_widget_show(c->win);
+ gtk_window_set_geometry_hints(GTK_WINDOW(c->win), NULL, &hints, GDK_HI…
gdk_window_set_events(GTK_WIDGET(c->win)->window, GDK_ALL_EVENTS_MASK);
gdk_window_add_filter(GTK_WIDGET(c->win)->window, processx, c);
webkit_web_view_set_full_content_zoom(c->view, TRUE);
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.