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:
authorTon Roosendaal <ton@blender.org>2008-12-16 16:19:02 +0300
committerTon Roosendaal <ton@blender.org>2008-12-16 16:19:02 +0300
commit626e5c8b42f67b6ff49995b696137ff6ed573d0a (patch)
tree283623f09cb8da55af5de50d55edf9894222d637 /source/blender/windowmanager/intern
parent6fe19cfc85a75f0ec6bb46a70fc9c849108b41ca (diff)
2.5
More notifier cleanup; - removed view2d sync notifier, its data operations are too complex for UI hints/notes, direct calls work too :) - updated missing gpl header in region file Noticed weird delay on menu refreshing now... will check.
Diffstat (limited to 'source/blender/windowmanager/intern')
-rw-r--r--source/blender/windowmanager/intern/wm_operators.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/windowmanager/intern/wm_operators.c b/source/blender/windowmanager/intern/wm_operators.c
index 1cd903e7cf3..a7b54289616 100644
--- a/source/blender/windowmanager/intern/wm_operators.c
+++ b/source/blender/windowmanager/intern/wm_operators.c
@@ -56,6 +56,8 @@
#include "wm_subwindow.h"
#include "wm_event_system.h"
+#include "ED_screen.h"
+
static ListBase global_ops= {NULL, NULL};
/* ************ operator API, exported ********** */