diff options
author | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2009-07-25 10:39:26 -0700 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2009-07-25 15:25:23 -0700 |
commit | 9e74bb97ab6cb83dd99ec36bd3842197263b8a8c (patch) | |
tree | 965961b0e82b23d3445bc45ed076213ada26dd35 /hw/xquartz | |
parent | 09b024db636f5a306c9cec3806fffde9acd3c408 (diff) |
XQuartz: xpr: Added missing include for RootlessHideAllWindows
(cherry picked from commit 75e104730810acbb11bf8503bac24ea25243b2ac)
Diffstat (limited to 'hw/xquartz')
-rw-r--r-- | hw/xquartz/xpr/xprScreen.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/xquartz/xpr/xprScreen.c b/hw/xquartz/xpr/xprScreen.c index 1fac9ec60..9a2b1b4cc 100644 --- a/hw/xquartz/xpr/xprScreen.c +++ b/hw/xquartz/xpr/xprScreen.c @@ -48,6 +48,8 @@ #include "applewmExt.h" #include "micmap.h" +#include "rootlessCommon.h" + #ifdef DAMAGE # include "damage.h" #endif |