diff options
| author | Pietro Gagliardi <[email protected]> | 2015-04-13 00:36:30 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-04-13 00:36:30 -0400 |
| commit | 876971ad41f8b5cb3353eecdd883795ed056d0c5 (patch) | |
| tree | 2aaaff192ce4b53ed3c413c8d7fb523ccfed2cbf | |
| parent | 07944e8c1db30179b5b7aa876087648ff4587700 (diff) | |
More TODOs. The problems I noticed earlier only happen on wine, so...
| -rw-r--r-- | new/tab_windows.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/new/tab_windows.c b/new/tab_windows.c index 6ac18df..3966cac 100644 --- a/new/tab_windows.c +++ b/new/tab_windows.c @@ -1,6 +1,9 @@ // 12 april 2015 #include "uipriv_windows.h" +// TODO +// - tab change notifications aren't being sent on wine (anymore...? TODO) + struct tab { uiParent **pages; uintmax_t len; |
