From 1cd2fbe3873c73fa8d8bd117e8578e620b748b86 Mon Sep 17 00:00:00 2001 From: punkrockguy318 Date: Tue, 6 Mar 2012 23:32:16 +0000 Subject: [PATCH] sdl: update TODO --- TODO-SDL-2.1.6.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/TODO-SDL-2.1.6.md b/TODO-SDL-2.1.6.md index e6820e92..91b6bad1 100644 --- a/TODO-SDL-2.1.6.md +++ b/TODO-SDL-2.1.6.md @@ -57,10 +57,16 @@ TESTING ------------ * Compiles/builds without issue. * No issues found in gameplay. - * DONE Some dialogs with segfault FCEUX due to an older version of GTK. Perhaps we can detect the old version of GTK and just prevent the dialog from being opened so the segfault doesn't occur? (bug added). + * DONE Some dialogs with segfault FCEUX due to an older version of GTK. Perhaps we can detect the old version of GTK and just prevent the dialog from being opened so the segfault doesnt occur? (bug added). * DONE Wrote CheckGTKVersion(), which will be used like CheckGTKVersion(2, 24) to check the GTK version before segfaulting on dialogs * DONE Implement a check for the dialogs that would bomb -- (a hook in init; makes all items under Options inacessible besides fullscreen if under 2.24) + Ubuntu 12.04 Beta + ----------------- + * Compiles/builds without issue. + * GTK3 preferred for Unity + * No issues AFAICS + openSUSE 12.1 ------------- * scons bombs out because can't find libgtk; I can't find gtk headers package