More TODOs. The problems I noticed earlier only happen on wine, so...
This commit is contained in:
parent
07944e8c1d
commit
876971ad41
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue