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

Unified Diff: x11/x_types.h

Issue 6793005: Add the xrender backend to the window manager. (Closed) Base URL: ssh://gitrw.chromium.org:9222/window_manager.git@master
Patch Set: Address first round of comments. Created 9 years, 9 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
« x11/x_connection.h ('K') | « x11/x_connection.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: x11/x_types.h
diff --git a/x11/x_types.h b/x11/x_types.h
index 5baaebc7319f9be7e1f0e9ad2e741d1b500a7218..7a625a895283d320aa56bfc9995eb7470d7dac22 100644
--- a/x11/x_types.h
+++ b/x11/x_types.h
@@ -16,6 +16,7 @@ typedef XID KeySym;
typedef XID XAtom;
typedef XID XDamage;
typedef XID XDrawable;
+typedef XID XPicture;
typedef XID XPixmap;
typedef XID XVisualID;
typedef XID XWindow;
« x11/x_connection.h ('K') | « x11/x_connection.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698