summaryrefslogtreecommitdiff
path: root/amiga/gui.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2009-09-15 22:49:33 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2009-09-15 22:49:33 +0000
commita35b96ace757af3dfa72c9c2a2454b17ee42d7ee (patch)
tree9bef383ce7ad67cb334ab59dd12e10cdbea8c6b3 /amiga/gui.h
parenta6fb92eb8a300cbb034610b882814f7b566696d6 (diff)
downloadnetsurf-a35b96ace757af3dfa72c9c2a2454b17ee42d7ee.tar.gz
netsurf-a35b96ace757af3dfa72c9c2a2454b17ee42d7ee.tar.bz2
Modify bottom border status gadget so that it has a frame. When the gadget is
refreshed now it will erase the gadget area before redrawing, allowing to use RefreshGList instead of RefreshWindowFrame. This is significantly faster as RefreshWindowFrame redraws more than the function name suggests. svn path=/trunk/netsurf/; revision=9577
Diffstat (limited to 'amiga/gui.h')
-rwxr-xr-xamiga/gui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/amiga/gui.h b/amiga/gui.h
index ef55c8c55..ddf1dc9b2 100755
--- a/amiga/gui.h
+++ b/amiga/gui.h
@@ -100,6 +100,7 @@ struct gui_window_2 {
bool new_content;
char *svbuffer;
char *status;
+ char *wintitle;
};
struct gui_window