[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [53983] trunk/blender/intern/ghost/intern/ GHOST_SystemX11.cpp: reverting r53798 to fix [#33831], it casued bug [ #33921]

Campbell Barton ideasman42 at gmail.com
Tue Jan 22 08:10:45 CET 2013


Revision: 53983
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=53983
Author:   campbellbarton
Date:     2013-01-22 07:10:42 +0000 (Tue, 22 Jan 2013)
Log Message:
-----------
reverting r53798 to fix [#33831], it casued bug [#33921]

Revision Links:
--------------
    http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=53798

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

Modified: trunk/blender/intern/ghost/intern/GHOST_SystemX11.cpp
===================================================================
--- trunk/blender/intern/ghost/intern/GHOST_SystemX11.cpp	2013-01-22 06:55:15 UTC (rev 53982)
+++ trunk/blender/intern/ghost/intern/GHOST_SystemX11.cpp	2013-01-22 07:10:42 UTC (rev 53983)
@@ -856,11 +856,6 @@
 		
 			/* May have to look at the type of event and filter some out. */
 
-			if (xfe.detail != NotifyNonlinear) {
-				/* Needed for Ubuntu-Unity, see bug [#33831]  */
-				break;
-			}
-
 			GHOST_TEventType gtype = (xfe.type == FocusIn) ? 
 			                         GHOST_kEventWindowActivate : GHOST_kEventWindowDeactivate;
 




More information about the Bf-blender-cvs mailing list