|
|
| version 1.3, 2004/02/06 16:51:21 | version 1.4, 2004/07/14 16:01:40 |
|---|---|
| Line 33 | Line 33 |
| #include "sysmng.h" | #include "sysmng.h" |
| #if (USE_GTK + USE_QT + USE_SDL + USE_X11) > 1 | #if (USE_GTK + USE_GTK2 + USE_QT + USE_SDL + USE_X11) > 1 |
| gui_toolkit_t* toolkitp; | gui_toolkit_t* toolkitp; |
| static struct { | static struct { |
| gui_toolkit_t* toolkit; | gui_toolkit_t* toolkit; |
| } toolkit[] = { | } toolkit[] = { |
| #if USE_GTK > 0 | #if USE_GTK > 0 || USE_GTK2 > 0 |
| { >k_toolkit, }, | { >k_toolkit, }, |
| #endif | #endif |
| #if USE_QT > 0 | #if USE_QT > 0 |