26 Jun 22:16
CLX bug?
From: Raymond Toy (RT/EUS <raymond.toy <at> ericsson.com>
Subject: CLX bug?
Newsgroups: gmane.lisp.cmucl.devel
Date: 2008-06-26 20:16:28 GMT
Subject: CLX bug?
Newsgroups: gmane.lisp.cmucl.devel
Date: 2008-06-26 20:16:28 GMT
Using the latest snapshot, I get the following problem. I don't know
anything about X so I don't know if this is a problem with the code,
with CLX, with our telent CLX version, with Solaris X11, or what.
Ray
* (require :clx)
* (let* ((dpy (xlib:open-default-display))
(win (xlib:create-window
:parent (xlib:screen-root (first (xlib:display-roots dpy)))
:x 0 :y 0 :width 50 :height 50))
(pm (xlib:create-pixmap :width (random 100) :height (random 100)
:depth 8 :drawable win)))
(setf (xlib:wm-hints win)
(xlib:make-wm-hints :icon-pixmap pm))
(xlib:display-finish-output dpy)
(xlib:wm-hints-icon-pixmap (xlib:wm-hints win)))
Asynchronous VALUE-ERROR in request 8 (last request was 10) Code 53.0 [CreatePixmap] Value 8.
[Condition of type XLIB:VALUE-ERROR]
Restarts:
0: [CONTINUE] Ignore
1: [ABORT ] Return to Top-Level.
Debug (type H for help)
(XLIB::READ-ERROR-INPUT
#<XLIB:DISPLAY brtps071:0 (Sun Microsystems, Inc. R6410)>
(Continue reading)
RSS Feed