freebsd-ports/emulators/darcnes/files/patch-ui_gtk.c
Kirill Ponomarev 245be80d76 - Fix build on non-i386 arch
- Add option to support Gtk/SVGAlib GUI
- Support NOPORTDOCS
- Fix WWW: line

PR:		ports/62262
Submitted by:	Ports Fury
2004-02-02 15:48:45 +00:00

10 lines
288 B
C

--- ui_gtk.c.orig Tue Aug 22 11:06:48 2000
+++ ui_gtk.c Mon Feb 2 20:12:54 2004
@@ -63,6 +63,7 @@
video_buffer_1 = video_buffer_2 = NULL;
/* Get Gtk up and running. */
+ gtk_set_locale();
gtk_init( &argc, &argv );
nes_gtk_window = gtk_window_new( GTK_WINDOW_TOPLEVEL );