Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1032)

Unified Diff: plugin/cross/o3d_glue.h

Issue 652076: Linux: make sure the fullscreen window always gets focus... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/o3d/
Patch Set: '' Created 10 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | plugin/linux/main_linux.cc » ('j') | plugin/linux/main_linux.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: plugin/cross/o3d_glue.h
===================================================================
--- plugin/cross/o3d_glue.h (revision 39634)
+++ plugin/cross/o3d_glue.h (working copy)
@@ -356,7 +356,11 @@
// called by the platform-specific event-handling code if the region set by
// SetFullscreenClickRegion is clicked. It requests the mode previously set
// by SetFullscreenClickRegion(), and fails if there wasn't one.
+#ifdef OS_LINUX
+ bool RequestFullscreenDisplay(guint32 timestamp);
+#else
bool RequestFullscreenDisplay();
+#endif
// Make a region of the plugin area that will invoke fullscreen mode if
// clicked. The app developer is responsible for communicating this to the
« no previous file with comments | « no previous file | plugin/linux/main_linux.cc » ('j') | plugin/linux/main_linux.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698