[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [spr3633] synchronicity in CW
> Anyone out there using common windows and have the need to
> use them synchronously with X????
>
> I am interested in initialize-common-windows with a :synchronous option
> similar to something like "xterm -synchronous" at the unix shell prompt.
>
> Anyone know if you can do this in common windows? How about in CLX?
> how about a hack?
No sweat. For CW, use the following after calling initialize-common-windows:
(setf (xlib:display-after-function xcw::x-display)
#'xlib:display-finish-output)
For CLX, just substitute whatever variable holds the display object for
'xcw::x-display.
Are you trying to isolate a bug somewhere?
-- John