From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26038 invoked by alias); 12 Oct 2004 18:14:17 -0000 Mailing-List: contact java-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-prs-owner@gcc.gnu.org Received: (qmail 26018 invoked by uid 48); 12 Oct 2004 18:14:15 -0000 Date: Tue, 12 Oct 2004 18:14:00 -0000 From: "mark at gcc dot gnu dot org" To: java-prs@gcc.gnu.org Message-ID: <20041012181409.17952.mark@gcc.gnu.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug AWT/17952] New: Windows don't show with window manager that supports _NET_REQUEST_FRAME_EXTENTS X-Bugzilla-Reason: CC X-SW-Source: 2004-q4/txt/msg00081.txt.bz2 List-Id: 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