summaryrefslogtreecommitdiff
path: root/frontends/monkey/browser.h
diff options
context:
space:
mode:
authorSven Weidauer <sven@5sw.de>2017-06-22 20:05:15 +0200
committerSven Weidauer <sven@5sw.de>2017-06-22 20:05:15 +0200
commit2e5519f22742e7f5751d8a6098e8479bfbc9919b (patch)
tree8a18836960ee282f55352c29f3ea48c78b2aa333 /frontends/monkey/browser.h
parent711dcabe7ca4bd3551b7e4af10b98715f746fb3f (diff)
parent2b2bbbe76502b6cb528752a2dad89d3f1f6c6409 (diff)
downloadnetsurf-2e5519f22742e7f5751d8a6098e8479bfbc9919b.tar.gz
netsurf-2e5519f22742e7f5751d8a6098e8479bfbc9919b.tar.bz2
Merge remote-tracking branch 'origin/master' into svenw/cocoa
Diffstat (limited to 'frontends/monkey/browser.h')
-rw-r--r--frontends/monkey/browser.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/frontends/monkey/browser.h b/frontends/monkey/browser.h
index 2b0340211..8cbbb947d 100644
--- a/frontends/monkey/browser.h
+++ b/frontends/monkey/browser.h
@@ -25,16 +25,16 @@ extern struct gui_window_table *monkey_window_table;
extern struct gui_download_table *monkey_download_table;
struct gui_window {
- struct gui_window *r_next;
- struct gui_window *r_prev;
+ struct gui_window *r_next;
+ struct gui_window *r_prev;
- uint32_t win_num;
- struct browser_window *bw;
+ uint32_t win_num;
+ struct browser_window *bw;
- int width, height;
- int scrollx, scrolly;
+ int width, height;
+ int scrollx, scrolly;
- char *host; /* Ignore this, it's in case RING*() gets debugging for fetchers */
+ char *host; /* Ignore this, it's in case RING*() gets debugging for fetchers */
};