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:
authorAlexander Kuznetsov <kuzsasha@gmail.com>2013-05-26 01:59:34 +0400
committerAlexander Kuznetsov <kuzsasha@gmail.com>2013-05-26 01:59:34 +0400
commitb9817cd20767fa3ba61f80ef725fb42d6f3dd48f (patch)
treeae946c092e4bfc0f4baad2bce32d932d9fd90807 /intern/ghost/SConscript
parentb7c36b95116bfcf4501d786ca075c3f7941d998c (diff)
Live resize on Windows. Based on Ton's patch for mac.
Removing old resize stuff. Windows has resize lag, which creates black gap with openGL. Still looking to fix it.
Diffstat (limited to 'intern/ghost/SConscript')
-rw-r--r--intern/ghost/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/ghost/SConscript b/intern/ghost/SConscript
index 30c58b06421..0d7df2847e0 100644
--- a/intern/ghost/SConscript
+++ b/intern/ghost/SConscript
@@ -37,7 +37,7 @@ if window_system == 'darwin':
sources += env.Glob('intern/*.mm')
-pf = ['GHOST_DisplayManager', 'GHOST_System', 'GHOST_SystemPaths', 'GHOST_Window', 'GHOST_DropTarget', 'GHOST_NDOFManager', 'GHOST_Sizer']
+pf = ['GHOST_DisplayManager', 'GHOST_System', 'GHOST_SystemPaths', 'GHOST_Window', 'GHOST_DropTarget', 'GHOST_NDOFManager']
defs=['_USE_MATH_DEFINES']
incs = [