head 1.2; access; symbols pkgsrc-2017Q1:1.1.0.10 pkgsrc-2017Q1-base:1.1 pkgsrc-2016Q4:1.1.0.8 pkgsrc-2016Q4-base:1.1 pkgsrc-2016Q3:1.1.0.6 pkgsrc-2016Q3-base:1.1 pkgsrc-2016Q2:1.1.0.4 pkgsrc-2016Q2-base:1.1 pkgsrc-2016Q1:1.1.0.2 pkgsrc-2016Q1-base:1.1; locks; strict; comment @# @; 1.2 date 2017.05.26.19.35.48; author adam; state dead; branches; next 1.1; commitid FgWxZPJae1tR1WSz; 1.1 date 2016.01.17.14.27.38; author wiz; state Exp; branches; next ; commitid Y00PE0sNa1t3fiRy; desc @@ 1.2 log @Fuse 1.3.5: Emulation core improvements: * Disable tape traps when playing/recording RZX files Miscellaneous improvements: * Fix typo in LOG disk format * Replace old ticket numbers from Trac to Allura * WidgetUI: Fix memory leak in file selector * Fix allocator sizeof operand mismatch and remove dead assignment * Remove prototypes of old plus3 disk functions * Increase allocated memory to keep GCC7 happy @ text @$NetBSD: patch-ac,v 1.1 2016/01/17 14:27:38 wiz Exp $ --- ui/gtk/gtkui.c.orig 2010-12-20 20:17:04.000000000 +0000 +++ ui/gtk/gtkui.c @@@@ -28,8 +28,10 @@@@ #include #include -#include #include +#ifndef GDK_WINDOWING_QUARTZ +#include +#endif #include @ 1.1 log @Re-import emulators/fuse as emulators/fuse-emulator to fix PKGNAME conflict with filesystems/fuse. From Kamil Rytarowski in PR 50662. Fuse is the Free Unix Spectrum Emulator. * Working 48K/128K/+2/+2A Speccy emulation, running at true Speccy speed on any computer you're likely to try it on. * Support for loading from .tzx files. * Sound (on system supporting the Open Sound System or BSD/Solaris). * Kempston joystick emulation. * Emulation of the various printers you could attach to the Spectrum. * Very basic support for RZX files. @ text @d1 1 a1 1 $NetBSD: patch-ac,v 1.3 2010/12/20 20:53:47 adam Exp $ @