diff options
| author | Pietro Gagliardi <[email protected]> | 2014-12-21 18:45:37 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-12-21 18:45:37 -0500 |
| commit | 2cf116883096bf809db292db26eef889ad39d4db (patch) | |
| tree | 45b216f69ac3ff0df30481e3a744f7f00836a047 /wintable/new/main.c | |
| parent | 9e66dc006edec187b7be9e62b3e2d15abfe86de4 (diff) | |
Started writing the code for handling mouse moves and checkbox hovers.
Diffstat (limited to 'wintable/new/main.c')
| -rw-r--r-- | wintable/new/main.c | 2 |
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" |
