summaryrefslogtreecommitdiff
path: root/atari/gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'atari/gui.h')
-rwxr-xr-xatari/gui.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/atari/gui.h b/atari/gui.h
index eb73598ba..826f6d52f 100755
--- a/atari/gui.h
+++ b/atari/gui.h
@@ -116,7 +116,8 @@ struct s_gui_win_root
float scale;
bool throbbing;
char * title;
- GRECT loc; /* current size of window on screen */
+ /* current size of window on screen: */
+ GRECT loc;
};
/*