zbuffered lines
[retroray] / src / rtk_impl.h
index d9ee120..5e65ac2 100644 (file)
@@ -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;