summaryrefslogtreecommitdiff
path: root/wintable/new/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'wintable/new/main.c')
-rw-r--r--wintable/new/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/wintable/new/main.c b/wintable/new/main.c
index 316c760..43e4391 100644
--- a/wintable/new/main.c
+++ b/wintable/new/main.c
@@ -75,6 +75,8 @@ struct table {
HTHEME theme;
int checkboxWidth;
int checkboxHeight;
+ BOOL checkboxMouseOverLast;
+ LPARAM checkboxMouseOverLastPoint;
};
#include "util.h"