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:
authorCampbell Barton <ideasman42@gmail.com>2014-06-02 16:31:32 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-06-02 16:33:42 +0400
commitfd781c109531960c750ad62cf3ffd099b4ba8868 (patch)
treebf5c3587b7e8bb758aa349bd6b26dda327f688fe /source/blender/windowmanager/intern/wm_window.c
parentc590b2a4b388c55b54b70a367b4e961ad36f8ef7 (diff)
Disable key-modifier detection when activating windows
Causes issues on X11 for some users
Diffstat (limited to 'source/blender/windowmanager/intern/wm_window.c')
-rw-r--r--source/blender/windowmanager/intern/wm_window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/windowmanager/intern/wm_window.c b/source/blender/windowmanager/intern/wm_window.c
index f18146cdb61..a711c75d5d2 100644
--- a/source/blender/windowmanager/intern/wm_window.c
+++ b/source/blender/windowmanager/intern/wm_window.c
@@ -754,7 +754,7 @@ static int ghost_event_proc(GHOST_EventHandle evt, GHOST_TUserDataPtr C_void_ptr
/* Win23/GHOST modifier bug, see T40317 */
#ifndef WIN32
-# define USE_WIN_ACTIVATE
+//# define USE_WIN_ACTIVATE
#endif
wm->winactive = win; /* no context change! c->wm->windrawable is drawable, or for area queues */