diff options
author | Kristian Rietveld <kris@gtk.org> | 2002-10-03 21:44:31 +0000 |
---|---|---|
committer | Kristian Rietveld <kristian@src.gnome.org> | 2002-10-03 21:44:31 +0000 |
commit | 040d54a534c6909196713aa47d13f8ce553a8ee2 (patch) | |
tree | 0f21ffa8ff300f0b354a8251fecc2f6d0c9c5188 /ChangeLog.pre-2-4 | |
parent | 272900364501ea849bec0f30a871a72bbdb81632 (diff) | |
download | gtk+-040d54a534c6909196713aa47d13f8ce553a8ee2.tar.gz |
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).
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r-- | ChangeLog.pre-2-4 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 6e54ae2fba..7f62092cbf 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -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, |