Introduction
Introduction Statistics Contact Development Disclaimer Help
tsome polishing. - surf - customized build of surf, the suckless webkit browser
git clone git://src.adamsgaard.dk/surf
Log
Files
Refs
README
LICENSE
---
commit 9d4953691d8e821237eed09cc687d560423908df
parent 54c73ca84d7bdfecfc5abb465cf58970125ea0ef
Author: Enno Boland (tox) <[email protected]>
Date: Wed, 28 Oct 2009 19:27:11 +0100
some polishing.
Diffstat:
M surf.c | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
---
diff --git a/surf.c b/surf.c
t@@ -472,12 +472,12 @@ newclient(void) {
/* VBox */
c->vbox = gtk_vbox_new(FALSE, 0);
- /* scrolled window */
+ /* Scrolled Window */
c->scroll = gtk_scrolled_window_new(NULL, NULL);
gtk_scrolled_window_set_policy(GTK_SCROLLED_WINDOW(c->scroll),
GTK_POLICY_NEVER, GTK_POLICY_NEVER);
- /* webview */
+ /* Webview */
c->view = WEBKIT_WEB_VIEW(webkit_web_view_new());
g_signal_connect(G_OBJECT(c->view), "title-changed", G_CALLBACK(titlec…
g_signal_connect(G_OBJECT(c->view), "load-progress-changed", G_CALLBAC…
t@@ -491,7 +491,7 @@ newclient(void) {
g_signal_connect(G_OBJECT(c->view), "window-object-cleared", G_CALLBAC…
g_signal_connect(G_OBJECT(c->view), "populate-popup", G_CALLBACK(conte…
- /* indicator */
+ /* Indicator */
c->indicator = gtk_drawing_area_new();
gtk_widget_set_size_request(c->indicator, 0, 2);
g_signal_connect (G_OBJECT (c->indicator), "expose_event",
t@@ -844,9 +844,8 @@ int main(int argc, char *argv[]) {
arg.v = argv[i];
setup();
newclient();
- if(arg.v) {
+ if(arg.v)
loaduri(clients, &arg);
- }
gtk_main();
cleanup();
return EXIT_SUCCESS;
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.