imtk

diff src/imtk.h @ 15:6893b4dca5a3

added gradients on the selection
author John Tsiombikas <nuclear@siggraph.org>
date Tue, 19 Apr 2011 05:10:09 +0300
parents df2bc9406561
children 737e9047d9c9
line diff
     1.1 --- a/src/imtk.h	Tue Apr 19 03:01:46 2011 +0300
     1.2 +++ b/src/imtk.h	Tue Apr 19 05:10:09 2011 +0300
     1.3 @@ -33,9 +33,7 @@
     1.4  
     1.5  #define IMTK_FOCUS_BIT		0x100
     1.6  #define IMTK_PRESS_BIT		0x200
     1.7 -
     1.8 -#define IMTK_BASE_COLOR		IMTK_BOTTOM_COLOR
     1.9 -#define IMTK_FOCUS_COLOR	(IMTK_TOP_COLOR | IMTK_FOCUS_BIT)
    1.10 +#define IMTK_SEL_BIT		0x400
    1.11  
    1.12  
    1.13  #ifdef __cplusplus