[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [52943] trunk/blender/intern/ghost/intern/ GHOST_System.cpp: GHOST should now be finally fixed

Sergey Sharybin sergey.vfx at gmail.com
Wed Dec 12 20:20:36 CET 2012


Revision: 52943
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=52943
Author:   nazgul
Date:     2012-12-12 19:20:36 +0000 (Wed, 12 Dec 2012)
Log Message:
-----------
GHOST should now be finally fixed

Modified Paths:
--------------
    trunk/blender/intern/ghost/intern/GHOST_System.cpp

Modified: trunk/blender/intern/ghost/intern/GHOST_System.cpp
===================================================================
--- trunk/blender/intern/ghost/intern/GHOST_System.cpp	2012-12-12 19:16:19 UTC (rev 52942)
+++ trunk/blender/intern/ghost/intern/GHOST_System.cpp	2012-12-12 19:20:36 UTC (rev 52943)
@@ -45,7 +45,9 @@
 
 
 GHOST_System::GHOST_System()
-	: m_displayManager(0),
+	: m_nativePixel(false),
+	m_nativePixelSize(1),
+	m_displayManager(0),
 	m_timerManager(0),
 	m_windowManager(0),
 	m_eventManager(0)
@@ -376,7 +378,7 @@
 
 bool GHOST_System::useNativePixel(void)
 {
-	m_nativePixel = 1;
+	m_nativePixel = true;
 	return 1;
 }
 




More information about the Bf-blender-cvs mailing list