X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Frtk_impl.h;h=5e65ac286ee6e9e493ddbd103a81761c259dd8f2;hb=41ad082377ce5b2a1a94ab020b5173ebca58afc5;hp=d9ee120318f24c7a74649223bd4b3f5390bd1278;hpb=c4a043b45ff38d532579cfdf0b6a7e3f50527559;p=retroray diff --git a/src/rtk_impl.h b/src/rtk_impl.h index d9ee120..5e65ac2 100644 --- a/src/rtk_impl.h +++ b/src/rtk_impl.h @@ -8,6 +8,8 @@ enum { VISIBLE = 0x001, ENABLED = 0x002, + HOVER = 0x010, + PRESS = 0x020, GEOMCHG = 0x100, DIRTY = 0x200 }; @@ -41,14 +43,6 @@ typedef union rtk_widget { rtk_button bn; } rtk_widget; -typedef struct rtk_icon { - char *name; - int width, height, scanlen; - uint32_t *pixels; - - struct rtk_icon *next; -} rtk_icon; - typedef struct rtk_iconsheet { int width, height; uint32_t *pixels;