diff --git a/ChangeLog b/ChangeLog index 5440437369..2d2447a390 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Mon Aug 4 14:53:46 2003 Owen Taylor + + * gdk/x11/gdkimage-x11.c (_gdk_windowing_image_init): + Fix problem where use_xshm was getting set wrong if + MIT_SHM wasn't found. (George Lebel) + 2003-08-04 Tor Lillqvist + + * gdk/x11/gdkimage-x11.c (_gdk_windowing_image_init): + Fix problem where use_xshm was getting set wrong if + MIT_SHM wasn't found. (George Lebel) + 2003-08-04 Tor Lillqvist + + * gdk/x11/gdkimage-x11.c (_gdk_windowing_image_init): + Fix problem where use_xshm was getting set wrong if + MIT_SHM wasn't found. (George Lebel) + 2003-08-04 Tor Lillqvist + + * gdk/x11/gdkimage-x11.c (_gdk_windowing_image_init): + Fix problem where use_xshm was getting set wrong if + MIT_SHM wasn't found. (George Lebel) + 2003-08-04 Tor Lillqvist + + * gdk/x11/gdkimage-x11.c (_gdk_windowing_image_init): + Fix problem where use_xshm was getting set wrong if + MIT_SHM wasn't found. (George Lebel) + 2003-08-04 Tor Lillqvist use_xshm = TRUE; #endif /* USE_SHM */ + display_x11->use_xshm = FALSE; } }