From 876971ad41f8b5cb3353eecdd883795ed056d0c5 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Mon, 13 Apr 2015 00:36:30 -0400 Subject: [PATCH] More TODOs. The problems I noticed earlier only happen on wine, so... --- new/tab_windows.c | 3 +++ 1 file changed, 3 insertions(+) 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;