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

Unified Diff: ui/gfx/x/x11_types.h

Issue 2347383002: X11: Use better visuals for OpenGL (Closed)
Patch Set: Fix various tests Created 4 years, 3 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
Index: ui/gfx/x/x11_types.h
diff --git a/ui/gfx/x/x11_types.h b/ui/gfx/x/x11_types.h
index f13c64f69bda1e8dda90282f1f10d98e82582a0c..7ab7fad04e3f080015e8ea135001769971fea2b5 100644
--- a/ui/gfx/x/x11_types.h
+++ b/ui/gfx/x/x11_types.h
@@ -13,6 +13,7 @@
typedef unsigned long XAtom;
typedef unsigned long XID;
+typedef unsigned long VisualID;
typedef struct _XcursorImage XcursorImage;
typedef union _XEvent XEvent;
typedef struct _XImage XImage;
@@ -82,4 +83,3 @@ GFX_EXPORT void PutARGBImage(XDisplay* display,
} // namespace gfx
#endif // UI_GFX_X_X11_UTIL_H_
-

Powered by Google App Engine
This is Rietveld 408576698