diff options
| author | Pietro Gagliardi <[email protected]> | 2014-12-11 20:35:46 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-12-11 20:35:46 -0500 |
| commit | 38b7126449ab046a4a56633d859a89e1cc9faee7 (patch) | |
| tree | 99b5956e81547c22800874ac1e26b8951a382324 /wintable/new/main.c | |
| parent | b73b5b2ed0cf335cc1498a09b9e636c81205af17 (diff) | |
Fixed up the whole horizontal scroll glitching mess. Now to tackle the twitchy text...
Diffstat (limited to 'wintable/new/main.c')
| -rw-r--r-- | wintable/new/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/wintable/new/main.c b/wintable/new/main.c index 7d3c87e..e2f85d9 100644 --- a/wintable/new/main.c +++ b/wintable/new/main.c @@ -26,7 +26,6 @@ // TODO // - should tablePanic be CALLBACK or some other equivalent macro? and definitely export initTable somehow, but which alias macro to use? // - make panic messages grammatically correct ("Table error: adding...") -// - figure out how to handle the situation where we resize the table width to less than the width of the client rect... #define tableWindowClass L"gouitable" |
