More TODOs. The problems I noticed earlier only happen on wine, so...
This commit is contained in:
parent
df8ac38579
commit
83792ddf80
|
@ -1,6 +1,9 @@
|
||||||
// 12 april 2015
|
// 12 april 2015
|
||||||
#include "uipriv_windows.h"
|
#include "uipriv_windows.h"
|
||||||
|
|
||||||
|
// TODO
|
||||||
|
// - tab change notifications aren't being sent on wine (anymore...? TODO)
|
||||||
|
|
||||||
struct tab {
|
struct tab {
|
||||||
uiParent **pages;
|
uiParent **pages;
|
||||||
uintmax_t len;
|
uintmax_t len;
|
||||||
|
|
Loading…
Reference in New Issue