3b866d3c34
consumers. It is being developed to have a rich and usable graphical interface and support a variety of open media formats like Ogg Vorbis, Theora etc. Adopted by: Shaun Amott <shaun (at) inerd.com>
13 lines
329 B
C
13 lines
329 B
C
--- player/app/gtk/preferences_interface.c.orig Mon May 17 23:18:17 2004
|
|
+++ player/app/gtk/preferences_interface.c Fri May 21 23:18:33 2004
|
|
@@ -12,6 +12,10 @@
|
|
#include <string.h>
|
|
#include <stdio.h>
|
|
|
|
+#ifdef GTK_DISABLE_DEPRECATED
|
|
+# undef GTK_DISABLE_DEPRECATED
|
|
+#endif
|
|
+
|
|
#include <gdk/gdkkeysyms.h>
|
|
#include <gtk/gtk.h>
|
|
|