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/source
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2012-09-10 09:47:07 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-09-10 09:47:07 +0400
commit35faf9615a448c84c2e1cc676960a7c696ce821a (patch)
tree5459cf05f9720e44bdd71ec29b8054289117418e /source
parente647c748fb2cbd4d62c257f599eb5bc3d5a7f517 (diff)
missing include in own recent commit
Diffstat (limited to 'source')
-rw-r--r--source/blender/editors/interface/interface_handlers.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/editors/interface/interface_handlers.c b/source/blender/editors/interface/interface_handlers.c
index 822794aae7b..1f11ae6a97b 100644
--- a/source/blender/editors/interface/interface_handlers.c
+++ b/source/blender/editors/interface/interface_handlers.c
@@ -54,6 +54,7 @@
#include "PIL_time.h"
+#include "BKE_blender.h"
#include "BKE_colortools.h"
#include "BKE_context.h"
#include "BKE_idprop.h"
@@ -81,8 +82,6 @@
static void ui_add_smart_controller(bContext *C, uiBut *from, uiBut *to);
static void ui_add_link(bContext *C, uiBut *from, uiBut *to);
-static int ui_mouse_motion_towards_check(uiBlock *block, uiPopupBlockHandle *menu, int mx, int my);
-
/***************** structs and defines ****************/
#define BUTTON_TOOLTIP_DELAY 0.500