diff options
| author | Pietro Gagliardi <[email protected]> | 2014-11-07 09:54:56 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-11-07 09:54:56 -0500 |
| commit | bc5955bc356fae0285c6f95ccfc8f32ec3174487 (patch) | |
| tree | 359d72fc9f774fa4f6c56d67027ff6e9081636a5 | |
| parent | 0c1e4bedb1a2a29320f9497e7d27d98797e581b3 (diff) | |
More TODOs.
| -rw-r--r-- | wintable/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wintable/main.c b/wintable/main.c index 474348e..0b5e210 100644 --- a/wintable/main.c +++ b/wintable/main.c @@ -27,7 +27,7 @@ // - http://msdn.microsoft.com/en-us/library/windows/desktop/bb775574%28v=vs.85%29.aspx // - hscroll (harder) // - keyboard navigation -// - mousewheel navigation +// - mousewheel navigation is only available on Vista and up :/ #define tableWindowClass L"gouitable" |
