mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
fix compilation
2001-10-18 Havoc Pennington <hp@redhat.com> * gdk/x11/gdkpixmap-x11.c (gdk_pixmap_lookup): fix compilation
This commit is contained in:
parent
6e4f93735f
commit
6537d7eba7
@ -1,3 +1,7 @@
|
||||
2001-10-18 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* gdk/x11/gdkpixmap-x11.c (gdk_pixmap_lookup): fix compilation
|
||||
|
||||
2001-10-18 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* gtk/gtkbutton.c (gtk_button_class_init): Change button signals
|
||||
|
@ -1,3 +1,7 @@
|
||||
2001-10-18 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* gdk/x11/gdkpixmap-x11.c (gdk_pixmap_lookup): fix compilation
|
||||
|
||||
2001-10-18 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* gtk/gtkbutton.c (gtk_button_class_init): Change button signals
|
||||
|
@ -1,3 +1,7 @@
|
||||
2001-10-18 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* gdk/x11/gdkpixmap-x11.c (gdk_pixmap_lookup): fix compilation
|
||||
|
||||
2001-10-18 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* gtk/gtkbutton.c (gtk_button_class_init): Change button signals
|
||||
|
@ -1,3 +1,7 @@
|
||||
2001-10-18 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* gdk/x11/gdkpixmap-x11.c (gdk_pixmap_lookup): fix compilation
|
||||
|
||||
2001-10-18 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* gtk/gtkbutton.c (gtk_button_class_init): Change button signals
|
||||
|
@ -1,3 +1,7 @@
|
||||
2001-10-18 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* gdk/x11/gdkpixmap-x11.c (gdk_pixmap_lookup): fix compilation
|
||||
|
||||
2001-10-18 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* gtk/gtkbutton.c (gtk_button_class_init): Change button signals
|
||||
|
@ -1,3 +1,7 @@
|
||||
2001-10-18 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* gdk/x11/gdkpixmap-x11.c (gdk_pixmap_lookup): fix compilation
|
||||
|
||||
2001-10-18 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* gtk/gtkbutton.c (gtk_button_class_init): Change button signals
|
||||
|
@ -1,3 +1,7 @@
|
||||
2001-10-18 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* gdk/x11/gdkpixmap-x11.c (gdk_pixmap_lookup): fix compilation
|
||||
|
||||
2001-10-18 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* gtk/gtkbutton.c (gtk_button_class_init): Change button signals
|
||||
|
@ -355,5 +355,5 @@ gdk_pixmap_foreign_new (GdkNativeWindow anid)
|
||||
GdkPixmap*
|
||||
gdk_pixmap_lookup (GdkNativeWindow anid)
|
||||
{
|
||||
return (GdkPixmap*) gdk_xid_table_lookup (xid);
|
||||
return (GdkPixmap*) gdk_xid_table_lookup (anid);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user