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
path: root/intern
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2013-01-22 11:10:42 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-01-22 11:10:42 +0400
commit62191d935cc5875f991ba3bf79b43a94076686bd (patch)
tree97f362cde3c22e89b079be902b2433805ca5c3ef /intern
parentee4e5da300580d054a09e8df05e1473f4e4e51fd (diff)
reverting r53798 to fix [#33831], it casued bug [#33921]
Diffstat (limited to 'intern')
-rw-r--r--intern/ghost/intern/GHOST_SystemX11.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/intern/ghost/intern/GHOST_SystemX11.cpp b/intern/ghost/intern/GHOST_SystemX11.cpp
index 946f45af76f..90c01f8fea8 100644
--- a/intern/ghost/intern/GHOST_SystemX11.cpp
+++ b/intern/ghost/intern/GHOST_SystemX11.cpp
@@ -856,11 +856,6 @@ GHOST_SystemX11::processEvent(XEvent *xe)
/* 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;