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

Unified Diff: plugin/cross/o3d_glue.h

Issue 527024: Linux: implement setting cursor type (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/o3d/
Patch Set: '' Created 10 years, 11 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/cross/o3d_glue.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: plugin/cross/o3d_glue.h
===================================================================
--- plugin/cross/o3d_glue.h (revision 35643)
+++ plugin/cross/o3d_glue.h (working copy)
@@ -224,6 +224,7 @@
GdkEventConfigure *configure_event);
gboolean OnGtkDelete(GtkWidget *widget,
GdkEvent *configure);
+ void SetDisplay(Display *display);
#elif defined(OS_MACOSX)
void SetFullscreenOverlayMacWindow(WindowRef window) {
mac_fullscreen_overlay_window_ = window;
@@ -279,8 +280,8 @@
#endif // OS_MACOSX
#ifdef OS_LINUX
- Display *display_;
Window window_;
+ Window fullscreen_window_;
// Xt mode
Widget xt_widget_;
@@ -477,6 +478,9 @@
HCURSOR cursors_[o3d::Cursor::NUM_CURSORS]; // loaded windows cursors.
HCURSOR hCursor_;
bool painted_once_;
+#elif defined(OS_LINUX)
+ Display *display_;
+ Cursor cursors_[o3d::Cursor::NUM_CURSORS]; // loaded windows cursors.
#endif // OS_WIN
#if defined(CB_SERVICE_REMOTE)
« no previous file with comments | « no previous file | plugin/cross/o3d_glue.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698