summaryrefslogtreecommitdiff
path: root/atari/gui.h
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2013-12-22 04:52:18 +0100
committerOle Loots <ole@monochrom.net>2013-12-22 04:52:18 +0100
commit289cd3a7975125d133f42ceb314db1332ff13032 (patch)
treea9a4d831f9c7ca3c4982d0c96289403aca6043b6 /atari/gui.h
parentfeef0562b50162987ddf8e2ec3aa2d877e7657fe (diff)
downloadnetsurf-289cd3a7975125d133f42ceb314db1332ff13032.tar.gz
netsurf-289cd3a7975125d133f42ceb314db1332ff13032.tar.bz2
Added scale property to gui_window and use it.
Diffstat (limited to 'atari/gui.h')
-rwxr-xr-xatari/gui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/atari/gui.h b/atari/gui.h
index a1135e2e9..a1519f375 100755
--- a/atari/gui.h
+++ b/atari/gui.h
@@ -149,6 +149,7 @@ struct gui_window {
char * title;
char * url;
struct bitmap * icon;
+ float scale;
struct s_caret caret;
struct s_search_form_session *search;
struct gui_window *next, *prev;