X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Frtk_impl.h;h=34afd0f297eadf302d068bf321b4a4069993bfd0;hb=3bf187fe037df34459f04bf4e625f38afb80fcf8;hp=5e65ac286ee6e9e493ddbd103a81761c259dd8f2;hpb=f0f09a5f3f76fd4207e4d2d71f29f876b2b379f7;p=retroray diff --git a/src/rtk_impl.h b/src/rtk_impl.h index 5e65ac2..34afd0f 100644 --- a/src/rtk_impl.h +++ b/src/rtk_impl.h @@ -2,7 +2,7 @@ #define RTK_IMPL_H_ #include -#include "inttypes.h" +#include "sizeint.h" #include "rtk.h" enum { @@ -33,6 +33,7 @@ typedef struct rtk_window { typedef struct rtk_button { rtk_any any; + int mode; rtk_icon *icon; } rtk_button;