X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Frtk_impl.h;fp=src%2Frtk_impl.h;h=566e254700475266048659a5da0b2d75a9558609;hb=3c3612761bcf77a5c4ec6810aa47e0e3f0131bf1;hp=34afd0f297eadf302d068bf321b4a4069993bfd0;hpb=ac4a015bdc16db637536b51a5b21ad530bd68a1e;p=retroray diff --git a/src/rtk_impl.h b/src/rtk_impl.h index 34afd0f..566e254 100644 --- a/src/rtk_impl.h +++ b/src/rtk_impl.h @@ -11,7 +11,12 @@ enum { HOVER = 0x010, PRESS = 0x020, GEOMCHG = 0x100, - DIRTY = 0x200 + DIRTY = 0x200, + + /* window flags */ + FRAME = RTK_WIN_FRAME << 16, + MOVABLE = RTK_WIN_MOVABLE << 16, + RESIZABLE = RTK_WIN_RESIZABLE << 16 }; typedef struct rtk_any {