From fca6edd5a25c87cdaebc10ed881bc68013c74b6b Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Fri, 17 Jun 2016 09:24:15 -0400 Subject: [PATCH] More TODOs. --- unix/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/unix/main.c b/unix/main.c index d6eff223..13f0a913 100644 --- a/unix/main.c +++ b/unix/main.c @@ -69,6 +69,7 @@ static gboolean quit(gpointer data) { if (iteration == stepsIteration) stepsQuit = TRUE; + // TODO run a gtk_main() here just to do the cleanup steps of syncing the clipboard and other stuff gtk_main() does before it returns else gtk_main_quit(); return FALSE;