diff options
author | TingPing <tingping@tingping.se> | 2013-09-19 17:52:17 -0400 |
---|---|---|
committer | TingPing <tingping@tingping.se> | 2013-09-19 17:52:17 -0400 |
commit | f6ba2741345fbab44947e9f81ff0ea543aeba030 (patch) | |
tree | 9e83c2cb6457b4968169283421d77aea497c5a91 /src/common/hexchat.h | |
parent | cd825ac735303393f2b36bfcd3dc99e1cf93b1db (diff) |
Add fullscreen to to view menu
Diffstat (limited to 'src/common/hexchat.h')
-rw-r--r-- | src/common/hexchat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/hexchat.h b/src/common/hexchat.h index 68da144d..1307f260 100644 --- a/src/common/hexchat.h +++ b/src/common/hexchat.h @@ -289,6 +289,7 @@ struct hexchatprefs int hex_gui_ulist_sort; int hex_gui_url_mod; int hex_gui_win_height; + int hex_gui_win_fullscreen; int hex_gui_win_left; int hex_gui_win_state; int hex_gui_win_top; |