summaryrefslogtreecommitdiff
path: root/new/window_unix.c
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2015-04-06 12:26:17 -0400
committerPietro Gagliardi <[email protected]>2015-04-06 12:26:17 -0400
commit95440a3be135d1b34e1fe8b8f06315e65f26c168 (patch)
tree6590f8a14bcc94bce5d323b5c6e8e02378636670 /new/window_unix.c
parent2f2836fa65e598435bbe395a44824c39efe0b198 (diff)
Renamed some files. More TODOs.
Diffstat (limited to 'new/window_unix.c')
-rw-r--r--new/window_unix.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/new/window_unix.c b/new/window_unix.c
index 5ace5a5..f3d4ec3 100644
--- a/new/window_unix.c
+++ b/new/window_unix.c
@@ -41,6 +41,7 @@ void uiWindowHide(uiWindow *w)
gtk_widget_hide(w->widget);
}
+// TODO will not free w
static gboolean onClosing(GtkWidget *win, GdkEvent *e, gpointer data)
{
uiWindow *w = (uiWindow *) data;