pkgsrc/emulators/vice/patches/patch-ad
dillo 792f8f4f11 Update to 1.19:
- Fixed "RESTORE key works only once" bug.
- Fixed compilation with GCC4.
- [C64] Fixed an opcode execute problem with the +60k expansion.
- [C64] New c64 256k expansion support.
- [VIC-II] Fixed switch from idle state to display state.
- [VIC-II] Added missing DEN bit scrolling feature.
- The experimental netplay feature has been extended to the Unix
  platforms for testing.
- Added IPV6 support to netplay.
- Fixed crash if settings are saved.
- Fixed some Gnome1 annoyances (popup menus in status bar)
- Rework of gnome save media (screenshot) dialog
- Xaw Statusbar fixes and improvements (new buttons for recording).
- Added various new screenshot formats.
- Improved the image content lister to display at least the first part
  of a circular directory listing.
- Made the tape routines able to cope with non-standard header sizes.

XXX: should use SUBST framework instead of home-grown code.

Updated during freeze to fix gcc4 compile problems, okayed by wiz.
2006-06-29 22:56:34 +00:00

16 lines
494 B
Text

$NetBSD: patch-ad,v 1.10 2006/06/29 22:56:34 dillo Exp $
--- src/arch/unix/x11/vidmode.c.orig 2005-12-23 23:29:54.000000000 +0100
+++ src/arch/unix/x11/vidmode.c
@@ -75,11 +75,7 @@ int vidmode_init(void)
&vm_modes)) {
log_error(vidmode_log, _("Error getting video mode information - disabling vidmode extension."));
vm_available = 0;
-#if !defined(__NETBSD__)
- return -1;
-#else
return 0;
-#endif
}
for (i = 0; i < vm_mode_count; i++) {