diff options
author | pontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-05-23 14:46:08 +0000 |
---|---|---|
committer | pontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-05-23 14:46:08 +0000 |
commit | e3f6268be0ab0ea4a4898f72ae0f2aca798d7a1f (patch) | |
tree | b9d4aedeff382a4315c4131b8200bb6fd50dd819 /Gui/mplayer/gtk | |
parent | 5c7cdd2197f5b2bafd39c5d54bc0f882ee9977ca (diff) |
applied 64bit patch from Ulrich Hecht <uli@suse.de>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6160 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui/mplayer/gtk')
-rw-r--r-- | Gui/mplayer/gtk/mb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gui/mplayer/gtk/mb.c b/Gui/mplayer/gtk/mb.c index 4594ea6d6b..ae53f112cf 100644 --- a/Gui/mplayer/gtk/mb.c +++ b/Gui/mplayer/gtk/mb.c @@ -41,7 +41,7 @@ GtkWidget * create_MessageBox( int type ) GtkWidget * Ok; GtkAccelGroup * accel_group; GtkStyle * pixmapstyle; - GtkPixmap * pixmapwid; + GdkPixmap * pixmapwid; GdkBitmap * mask; accel_group=gtk_accel_group_new(); |