summaryrefslogtreecommitdiff
path: root/src/totem-private.h
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2014-02-04 12:46:25 +0100
committerBastien Nocera <hadess@hadess.net>2014-02-04 12:51:56 +0100
commitbf6cf80a53f1d4a5f11e2651e32df3bc8f1ac7fd (patch)
tree185ccb7d018f28fa50f5548b79764658dd7c1b43 /src/totem-private.h
parentcc880bfbccfc7edfe0ed4aa8235ee29035733a71 (diff)
downloadtotem-bf6cf80a53f1d4a5f11e2651e32df3bc8f1ac7fd.tar.gz
main: Show fullscreen toolbar
When the video widget tells us to show the controls, pop out the fullscreen toolbar. Helps: https://bugzilla.gnome.org/show_bug.cgi?id=697897
Diffstat (limited to 'src/totem-private.h')
-rw-r--r--src/totem-private.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/totem-private.h b/src/totem-private.h
index 8e72425e5..3cfe29c12 100644
--- a/src/totem-private.h
+++ b/src/totem-private.h
@@ -92,6 +92,9 @@ struct _TotemObject {
BaconTimeLabel *time_rem_label;
GtkWidget *header;
+ GtkWidget *revealer;
+ GtkWidget *fullscreen_header;
+
/* UI manager */
GtkActionGroup *main_action_group;
GtkUIManager *ui_manager;