diff options
author | Enno Boland (tox) <tox@s01.de> | 2009-09-21 19:28:39 +0200 |
---|---|---|
committer | Enno Boland (tox) <tox@s01.de> | 2009-09-21 19:28:39 +0200 |
commit | d3d32fd6c754c9e4528471efe10706638a1192dd (patch) | |
tree | 40293d7aa86a274186708db8eb101a1a18c2178e | |
parent | typo (diff) | |
download | surf-d3d32fd6c754c9e4528471efe10706638a1192dd.tar.gz surf-d3d32fd6c754c9e4528471efe10706638a1192dd.tar.bz2 surf-d3d32fd6c754c9e4528471efe10706638a1192dd.zip |
commenting.
-rw-r--r-- | surf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/surf.c b/surf.c index d8ab7f9..e40bfd0 100644 --- a/surf.c +++ b/surf.c @@ -115,6 +115,7 @@ static void update(Client *c); static void windowobjectcleared(GtkWidget *w, WebKitWebFrame *frame, JSContextRef js, JSObjectRef win, Client *c); static void zoom(Client *c, const Arg *arg); +/* configuration, allows nested code to access above variables */ #include "config.h" void |