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>2016-02-19 22:55:16 +0300
committerCampbell Barton <ideasman42@gmail.com>2016-02-19 22:58:03 +0300
commitb5b156f08973a5130d68788da9860747f7e459c8 (patch)
treec8575685ea7fc220264405b171c2d2eb49b8a8eb /source/blender/editors/include/UI_interface.h
parentaed2a97a869b2c437cccafd12d398b740c5c68f2 (diff)
Set line-width, point size when running callbacks
Since 2.76 Blender no longer resets these after use, this may break add-ons, so reset before calling region callbacks.
Diffstat (limited to 'source/blender/editors/include/UI_interface.h')
-rw-r--r--source/blender/editors/include/UI_interface.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/include/UI_interface.h b/source/blender/editors/include/UI_interface.h
index 574c6d93cbf..11dc88d615d 100644
--- a/source/blender/editors/include/UI_interface.h
+++ b/source/blender/editors/include/UI_interface.h
@@ -776,6 +776,7 @@ void UI_popup_handlers_remove_all(struct bContext *C, struct ListBase *handlers)
void UI_init(void);
void UI_init_userdef(void);
void UI_reinit_font(void);
+void UI_reinit_gl_state(void);
void UI_exit(void);
/* Layout