diff options
| author | 2011-03-31 12:52:35 +0200 | |
|---|---|---|
| committer | 2011-03-31 12:52:35 +0200 | |
| commit | 62f54a3745f193223def1c14a19a8581af1c00ed (patch) | |
| tree | 2f42af32ef1560b5e83a8d0c0d1cc15830cf772f /surf.c | |
| parent | Adding nibbles patch (diff) | |
rename NOBACKGROUND to HIDE_BACKGROUND and use TRUE/FALSE instead of 0/1
Diffstat (limited to 'surf.c')
| -rw-r--r-- | surf.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -507,7 +507,7 @@ newclient(void) { setatom(c, AtomFind, ""); setatom(c, AtomUri, "about:blank"); - if(NOBACKGROUND) + if(HIDE_BACKGROUND) webkit_web_view_set_transparent(c->view, TRUE); c->title = NULL; |
