diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2012-08-16 09:14:07 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2012-08-16 09:14:21 +0200 |
commit | c2ef2592eea379a5732cf2c0b0969d4334fdaec5 (patch) | |
tree | 9c3e7fc91a72ad27761d964242ca90e3f2d00684 /vconsole.h | |
parent | 9e36634161bef02eba632d13ab84569fee325af9 (diff) | |
download | vconsole-c2ef2592eea379a5732cf2c0b0969d4334fdaec5.tar.gz |
fullscreen support
Diffstat (limited to 'vconsole.h')
-rw-r--r-- | vconsole.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -33,6 +33,7 @@ struct vconsole_window { GtkWidget *toplevel; GtkWidget *notebook; GtkUIManager *ui; + gboolean fullscreen; /* recent hosts */ GtkActionGroup *r_ag; |