summaryrefslogtreecommitdiff
path: root/atari/gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'atari/gui.h')
-rwxr-xr-xatari/gui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/atari/gui.h b/atari/gui.h
index ece6d99f2..75c17eb26 100755
--- a/atari/gui.h
+++ b/atari/gui.h
@@ -217,7 +217,7 @@ struct s_gui_win_root
struct s_focus_info focus;
float scale;
bool throbbing;
- char title[80];
+ char * title;
GRECT loc; /* current size of window on screen */
};