From d6b677ba428c0f09237f1dfcfb2508b296346613 Mon Sep 17 00:00:00 2001 From: Ton Roosendaal Date: Wed, 17 Dec 2008 15:51:32 +0000 Subject: 2.5 Small commit, too much fun to not do separately: - removed notifier restriction to go only to own window, so multiwindow setups redraw correctly. (when other windows show other scenes we have to handle still). - fixed cursor type outside of window (got stuck to area-move cursor). --- source/blender/windowmanager/intern/wm_event_system.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'source/blender/windowmanager') diff --git a/source/blender/windowmanager/intern/wm_event_system.c b/source/blender/windowmanager/intern/wm_event_system.c index 74f3fd33f29..5cc28ec45d8 100644 --- a/source/blender/windowmanager/intern/wm_event_system.c +++ b/source/blender/windowmanager/intern/wm_event_system.c @@ -130,11 +130,6 @@ void wm_event_do_notifiers(bContext *C) C->window= win; C->screen= win->screen; /* XXX context in notifiers? */ - - if(note->window && note->window!=win) - continue; - if(win->screen==NULL) - continue; /* printf("notifier win %d screen %s\n", win->winid, win->screen->id.name+2); */ ED_screen_do_listen(win, note); -- cgit v1.2.3