diff Gui/mplayer/gtk/fs.c @ 7539:56ea9db91251

-nograbpointer, based on old patch by Christian Ohm <chr.ohm@gmx.net>
author arpi
date Sat, 28 Sep 2002 20:09:14 +0000
parents 3eb3d3d832d9
children 2a1766fec13e
line wrap: on
line diff
--- a/Gui/mplayer/gtk/fs.c	Sat Sep 28 19:42:10 2002 +0000
+++ b/Gui/mplayer/gtk/fs.c	Sat Sep 28 20:09:14 2002 +0000
@@ -33,7 +33,7 @@
 gchar         * fsSelectedFile = NULL;
 gchar         * fsSelectedDirectory = NULL;
 unsigned char * fsThatDir = ".";
-gchar           fsFilter[64] = "*";
+gchar           fsFilter[256] = "*";
 
 int             fsPressed = 0;
 int             fsType    = 0;