summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-11-07 18:19:27 -0500
committerPietro Gagliardi <[email protected]>2014-11-07 18:19:27 -0500
commit602500c64f7c246bb3979f912edd59ac4cffab62 (patch)
treec1ae8a92d5d4b49ac8380f4ad21531f61013ed84
parent85fd26a3e396d0ec621370a5129298d8502ad9ff (diff)
More TODOs.
-rw-r--r--wintable/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/wintable/main.c b/wintable/main.c
index 2c7ac3e..7219251 100644
--- a/wintable/main.c
+++ b/wintable/main.c
@@ -25,9 +25,9 @@
// - http://blogs.msdn.com/b/oldnewthing/archive/2003/09/09/54826.aspx (relies on the integrality parts? IDK)
// - might want to http://blogs.msdn.com/b/oldnewthing/archive/2003/09/17/54944.aspx instead
// - http://msdn.microsoft.com/en-us/library/windows/desktop/bb775574%28v=vs.85%29.aspx
-// - hscroll (harder)
+// - hscroll
// - keyboard navigation
-// - mousewheel navigation is only available on Vista and up :/
+// - accessibility
#define tableWindowClass L"gouitable"