mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
get XDisplay from window instead of display, as display has not been
Thu Oct 3 23:53:43 2002 Kristian Rietveld <kris@gtk.org> * gdk/x11/gdkwindow-x11.c (_gdk_windowing_window_destroy): get XDisplay from window instead of display, as display has not been defined here (fixes the build).
This commit is contained in:
parent
2729003645
commit
040d54a534
@ -1,3 +1,9 @@
|
||||
Thu Oct 3 23:53:43 2002 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
* gdk/x11/gdkwindow-x11.c (_gdk_windowing_window_destroy): get
|
||||
XDisplay from window instead of display, as display has not been
|
||||
defined here (fixes the build).
|
||||
|
||||
Thu Oct 3 17:09:23 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/x11/{gdkdrawable-x11.[ch],gdkpixmap-x11.c,
|
||||
|
@ -1,3 +1,9 @@
|
||||
Thu Oct 3 23:53:43 2002 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
* gdk/x11/gdkwindow-x11.c (_gdk_windowing_window_destroy): get
|
||||
XDisplay from window instead of display, as display has not been
|
||||
defined here (fixes the build).
|
||||
|
||||
Thu Oct 3 17:09:23 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/x11/{gdkdrawable-x11.[ch],gdkpixmap-x11.c,
|
||||
|
@ -1,3 +1,9 @@
|
||||
Thu Oct 3 23:53:43 2002 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
* gdk/x11/gdkwindow-x11.c (_gdk_windowing_window_destroy): get
|
||||
XDisplay from window instead of display, as display has not been
|
||||
defined here (fixes the build).
|
||||
|
||||
Thu Oct 3 17:09:23 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/x11/{gdkdrawable-x11.[ch],gdkpixmap-x11.c,
|
||||
|
@ -1,3 +1,9 @@
|
||||
Thu Oct 3 23:53:43 2002 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
* gdk/x11/gdkwindow-x11.c (_gdk_windowing_window_destroy): get
|
||||
XDisplay from window instead of display, as display has not been
|
||||
defined here (fixes the build).
|
||||
|
||||
Thu Oct 3 17:09:23 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/x11/{gdkdrawable-x11.[ch],gdkpixmap-x11.c,
|
||||
|
@ -1,3 +1,9 @@
|
||||
Thu Oct 3 23:53:43 2002 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
* gdk/x11/gdkwindow-x11.c (_gdk_windowing_window_destroy): get
|
||||
XDisplay from window instead of display, as display has not been
|
||||
defined here (fixes the build).
|
||||
|
||||
Thu Oct 3 17:09:23 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/x11/{gdkdrawable-x11.[ch],gdkpixmap-x11.c,
|
||||
|
@ -1,3 +1,9 @@
|
||||
Thu Oct 3 23:53:43 2002 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
* gdk/x11/gdkwindow-x11.c (_gdk_windowing_window_destroy): get
|
||||
XDisplay from window instead of display, as display has not been
|
||||
defined here (fixes the build).
|
||||
|
||||
Thu Oct 3 17:09:23 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/x11/{gdkdrawable-x11.[ch],gdkpixmap-x11.c,
|
||||
|
@ -834,7 +834,7 @@ _gdk_windowing_window_destroy (GdkWindow *window,
|
||||
XftDrawDestroy (draw_impl->xft_draw);
|
||||
#else /* !HAVE_XFT2 */
|
||||
if (draw_impl->picture)
|
||||
XRenderFreePicture (GDK_DISPLAY_XDISPLAY (display), draw_impl->picture);
|
||||
XRenderFreePicture (GDK_DRAWABLE_XDISPLAY (window), draw_impl->picture);
|
||||
#endif /* HAVE_XFT2 */
|
||||
}
|
||||
#endif /* HAVE_XFT */
|
||||
|
Loading…
Reference in New Issue
Block a user