diff options
author | Victor Kareh <[email protected]> | 2017-09-11 11:02:14 -0400 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-11-10 19:51:41 +0100 |
commit | ac93ac087d5a443eae0d052ba9d0bbb38ca44214 (patch) | |
tree | 71db14413cb062858bc6d730e30430c3d19e66e2 /src/core/display.c | |
parent | 5257294e75dd188a26a2848a41370fa3770d2447 (diff) | |
download | marco-ac93ac087d5a443eae0d052ba9d0bbb38ca44214.tar.bz2 marco-ac93ac087d5a443eae0d052ba9d0bbb38ca44214.tar.xz |
XPresent extension support - first pass
Diffstat (limited to 'src/core/display.c')
-rw-r--r-- | src/core/display.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/display.c b/src/core/display.c index 9601b4ed..a721def4 100644 --- a/src/core/display.c +++ b/src/core/display.c @@ -69,6 +69,10 @@ #include <X11/extensions/Xrender.h> #endif +#ifdef HAVE_PRESENT + #include <X11/extensions/Xpresent.h> +#endif + #ifdef HAVE_XKB #include <X11/XKBlib.h> #endif |