More TODOs.

This commit is contained in:
Pietro Gagliardi 2016-05-15 19:26:58 -04:00
parent 1d08521cb7
commit 6a81921c1a
2 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@
// TODO restructure this whole file
// TODO explicitly document this works as we want
// TODO explicitly disable font and color dialogs this way
#define windowWindow(w) ((NSWindow *) uiControlHandle(uiControl(w)))

View File

@ -2,6 +2,7 @@
#include "uipriv_unix.h"
// TODO figure out why, and describe, that this is the desired behavior
// TODO also make font and color buttons modal
#define windowWindow(w) (GTK_WINDOW(uiControlHandle(uiControl(w))))