summaryrefslogtreecommitdiff
path: root/src/backend/bacon-video-widget.h
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2014-02-04 09:56:55 +0100
committerBastien Nocera <hadess@hadess.net>2014-02-04 12:51:56 +0100
commitcc880bfbccfc7edfe0ed4aa8235ee29035733a71 (patch)
treeb7dc3e9263821187ebfd14274d921f742c9aed47 /src/backend/bacon-video-widget.h
parente9f4203adaf7ee96372604c1736d5ab60e0a5e9f (diff)
downloadtotem-cc880bfbccfc7edfe0ed4aa8235ee29035733a71.tar.gz
backend: Rework popup visibility
When using the mouse, show the popup on motion, and hide it after 3 seconds (unless it's on our popup). When using a touchscreen, show/hide the popup on tap. https://bugzilla.gnome.org/show_bug.cgi?id=697897
Diffstat (limited to 'src/backend/bacon-video-widget.h')
-rw-r--r--src/backend/bacon-video-widget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/backend/bacon-video-widget.h b/src/backend/bacon-video-widget.h
index 8ae53e149..c4679f85b 100644
--- a/src/backend/bacon-video-widget.h
+++ b/src/backend/bacon-video-widget.h
@@ -455,6 +455,7 @@ void bacon_video_widget_set_audio_output_type (BaconVideoWidget *bvw,
BvwAudioOutputType type);
/* OSD */
+void bacon_video_widget_show_popup (BaconVideoWidget *bvw);
void bacon_video_widget_popup_osd (BaconVideoWidget *bvw,
const char *icon_name);