dos port underway
[retroray] / src / rtk_impl.h
index 5e65ac2..34afd0f 100644 (file)
@@ -2,7 +2,7 @@
 #define RTK_IMPL_H_
 
 #include <assert.h>
-#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;