X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Frtk_impl.h;h=5e65ac286ee6e9e493ddbd103a81761c259dd8f2;hb=41ad082377ce5b2a1a94ab020b5173ebca58afc5;hp=9afa9130f67359ed7884de2f8d76bfbac2f464ad;hpb=b0088adf036a53139f67ebf96f1bbb55abf199f4;p=retroray diff --git a/src/rtk_impl.h b/src/rtk_impl.h index 9afa913..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 };