Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntony Riakiotakis <kalast@gmail.com>2014-11-14 16:06:29 +0300
committerAntony Riakiotakis <kalast@gmail.com>2014-11-14 16:06:39 +0300
commit8d5d6de7615c79a79a0ab3fa95319650ebe89206 (patch)
tree171b276b6223bc9a4129e62d773dff5a17c8e5ca /intern/ghost
parentbed09959765ef5f09ff81145636797d45fbc1111 (diff)
Reuse local view for UVs for previous commit, thanks to Campbell for the
suggestion. Also minor compile fix after viewport patch
Diffstat (limited to 'intern/ghost')
-rw-r--r--intern/ghost/intern/GHOST_WindowX11.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern/ghost/intern/GHOST_WindowX11.h b/intern/ghost/intern/GHOST_WindowX11.h
index cd98b394a8d..7bb9a858882 100644
--- a/intern/ghost/intern/GHOST_WindowX11.h
+++ b/intern/ghost/intern/GHOST_WindowX11.h
@@ -35,6 +35,7 @@
#include "GHOST_Window.h"
#include <X11/Xlib.h>
+#include <X11/Xutil.h>
// For tablets
#ifdef WITH_X11_XINPUT
# include <X11/extensions/XInput.h>