summaryrefslogtreecommitdiffstats
path: root/Gui/mplayer
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-06 12:32:27 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-06 12:32:27 +0000
commitf01615cba34082934fca895e9a49b96af24b0f09 (patch)
treebf1447d411c2eac0f421bbaf5c5c2ff2999a676d /Gui/mplayer
parentdfe91abaa222060b78bfe48add1225e083209911 (diff)
downloadmpv-f01615cba34082934fca895e9a49b96af24b0f09.tar.bz2
mpv-f01615cba34082934fca895e9a49b96af24b0f09.tar.xz
add prostproc/rgb2rgb
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2734 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui/mplayer')
-rw-r--r--Gui/mplayer/gtk/fs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gui/mplayer/gtk/fs.h b/Gui/mplayer/gtk/fs.h
index 0bc7d105f9..56cbf92953 100644
--- a/Gui/mplayer/gtk/fs.h
+++ b/Gui/mplayer/gtk/fs.h
@@ -263,6 +263,8 @@ void fs_Ok_released( GtkButton * button,gpointer user_data )
strcpy( gtkShMem->fs.filename,fsSelectedFile );
printf( "----gtk---> directory: %s\n",fsSelectedDirectory );
printf( "----gtk---> filename: %s\n",fsSelectedFile );
+printf( "----gtksm-> directory: %s\n",gtkShMem->fs.dir );
+printf( "----gtksm-> filename: %s\n",gtkShMem->fs.filename );
item=fsTopList_items;
while( item )
{