From b9817cd20767fa3ba61f80ef725fb42d6f3dd48f Mon Sep 17 00:00:00 2001 From: Alexander Kuznetsov Date: Sat, 25 May 2013 21:59:34 +0000 Subject: 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. --- intern/ghost/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'intern/ghost/CMakeLists.txt') diff --git a/intern/ghost/CMakeLists.txt b/intern/ghost/CMakeLists.txt index 5bad9922d15..12dd4c0d3eb 100644 --- a/intern/ghost/CMakeLists.txt +++ b/intern/ghost/CMakeLists.txt @@ -296,7 +296,6 @@ elseif(WIN32) intern/GHOST_SystemPathsWin32.cpp intern/GHOST_WindowWin32.cpp intern/GHOST_DropTargetWin32.cpp - intern/GHOST_SizerWin32.cpp intern/GHOST_DisplayManagerWin32.h intern/GHOST_DropTargetWin32.h @@ -304,7 +303,6 @@ elseif(WIN32) intern/GHOST_SystemPathsWin32.h intern/GHOST_WindowWin32.h intern/GHOST_TaskbarWin32.h - intern/GHOST_SizerWin32.h ) if(WITH_INPUT_NDOF) -- cgit v1.2.3