More GTK+ work.

This commit is contained in:
Pietro Gagliardi 2015-07-02 11:28:25 -04:00
parent 45b67d7da6
commit 8a0f914026
1 changed files with 1 additions and 5 deletions

View File

@ -137,11 +137,7 @@ static void windowSetMargined(uiWindow *ww, int margined)
static void windowResizeChild(uiWindow *ww)
{
struct window *w = (struct window *) ww;
if (w->child == NULL)
return;
PUT_CODE_HERE;
complain("uiWindowResizeChild() meaningless on GTK+");
}
uiWindow *uiNewWindow(const char *title, int width, int height, int hasMenubar)