[Bug AWT/17952] New: Windows don't show with window manager that supports _NET_REQUEST_FRAME_EXTENTS
mark at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Tue Oct 12 18:14:00 GMT 2004
With window managers that support _NET_REQUEST_FRAME_EXTENTS no AWT (or Swing)
windows ever show. There is only the following error message.
(:6725): Gdk-WARNING **: /home/mark/sources/gtk+/gdk/x11/gdkdrawable-x11.c:912
drawable is not a pixmap or window
This was caused by the patch that delayed window realization. The window sizing
logic should be moved into the "realize" signal's callback chain so that we are
sure that window->window is non-NULL when I make the request to the window manager.
See also this email thread:
http://gcc.gnu.org/ml/java-patches/2004-q4/msg00090.html
--
Summary: Windows don't show with window manager that supports
_NET_REQUEST_FRAME_EXTENTS
Product: gcc
Version: 4.0.0
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: AWT
AssignedTo: fitzsim at redhat dot com
ReportedBy: mark at gcc dot gnu dot org
CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu
dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17952
More information about the Gcc-bugs
mailing list