d73bdb2a9d
* Add Opus Discovery disk interface support * Wii support * Many improvements to Win32 UI, including an installer * Support weak data in +3 disk images * NTSC Spectrum support * Add support for flipping disk images in single sided drives * Add support for automatically merging both both disk images where they are in separate files named with the text [Ss]ide[ _][abAB12] * Switch to using Blip_Buffer (by Shay Green) for improved beeper and AY output * Allow beeper and AY volumes to be set * Enable Beta 128 interface in 48K and TC2048 machines * Add emulation of the Fuller Audio Box * Allow sound to run from 2% speed up * Add emulation of the Melodik and similar 48K-compatible AY interfaces that use the 128K sound ports * Add support for Pentagon 1024SL v2.2 16 colour modek * Implement GTK+ drag and drop support * Better support for international keyboards * Allow svgalib UI to use full range of bit depths and scalers * Allow GTK+ scalers to set window size in GTK+ UI * Allow selection of "TV speaker" or "beeper"-style sound output * Allow hot-key switching between full-screen and windowed mode in SDL UI
16 lines
334 B
Text
16 lines
334 B
Text
$NetBSD: patch-ac,v 1.3 2010/12/20 20:53:47 adam Exp $
|
|
|
|
--- ui/gtk/gtkui.c.orig 2010-12-20 20:17:04.000000000 +0000
|
|
+++ ui/gtk/gtkui.c
|
|
@@ -28,8 +28,10 @@
|
|
#include <stdio.h>
|
|
|
|
#include <gdk/gdkkeysyms.h>
|
|
-#include <gdk/gdkx.h>
|
|
#include <gtk/gtk.h>
|
|
+#ifndef GDK_WINDOWING_QUARTZ
|
|
+#include <gdk/gdkx.h>
|
|
+#endif
|
|
|
|
#include <glib.h>
|
|
|