From dfc824a13457c724b6e86606c4586036bc39cf71 Mon Sep 17 00:00:00 2001 From: Ton Roosendaal Date: Mon, 19 Apr 2004 22:05:37 +0000 Subject: Preparations to have Panels in all window types. Also implemented it for the UV Image window (as Nkey replacement). Blendix can take this further now. Other little improvement: vertices in UV window now draw unselected first, and then selected over it. Less confusing! Next spaces: Action and Nla. --- source/blender/include/BIF_space.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source/blender/include/BIF_space.h') diff --git a/source/blender/include/BIF_space.h b/source/blender/include/BIF_space.h index 2a175721677..54984003904 100644 --- a/source/blender/include/BIF_space.h +++ b/source/blender/include/BIF_space.h @@ -57,6 +57,10 @@ struct BWinEvent; /* ipo handler codes */ #define IPO_HANDLER_PROPERTIES 20 +/* image handler codes */ +#define IMAGE_HANDLER_PROPERTIES 30 + + void scrarea_do_windraw (struct ScrArea *sa); void scrarea_do_winchange (struct ScrArea *sa); -- cgit v1.2.3