Re: non-clipped child windows

2015-07-06 Thread Peter Harris
mized. I don't think the spec says anything about closing. 3) you will probably have to emulate 3. http://www.x.org/releases/X11R7.7/doc/xorg-docs/icccm/icccm.html#WM_TRANSIENT_FOR_Property http://standards.freedesktop.org/wm-spec/latest/ar01s09.html#STACKINGORDER Peter Harris --

Re: Need a reference to X protocol documentation for shapemask in transparent xpm

2013-10-29 Thread Peter Harris
ould like to know where to find this in the documentation. > Searching the x11protocol.pdf for "transparent" matched one place which > is not related to > "transparency". > Any hint? http://www.x.org/releases/X11R7.7/doc/xproto/x11protocol.html#requests:CreateGC Sea

Re: PseudoColor X - Initial entries in the shared colormap

2013-03-13 Thread Peter Harris
, then I may be able to reduce the > number ... The RENDER extension preallocates a colour cube. You can reduce the number of preallocated entries by disabling RENDER, but be aware that most modern apps require RENDER to run. Peter Harris -- Open Text Connecti

Re: XLib Help : RGBA Visual and Window Creation

2012-04-24 Thread Peter Harris
ormap|CWEventMask, You also need to set the border pixel and background pixel when creating a window of a different depth than its parent. Peter Harris -- Open Text Connectivity Solutions Group Peter Harrishttp://connectivity.opentext.com/ Research and Developm

Re: XDrawLine and optimization

2012-03-02 Thread Peter Harris
ght). So if you're drawing a million lines (I'm not familiar with conky, but it's not unreasonable for some applications) it uses less bandwidth to draw it yourself and do a PutImage at the end, unless your buffer is larger than 8 megapixels or so. On a local server, it doesn'