Martin Landa wrote:

> I am not sure about Xlib-based functions (XFreePixmap, XOpenDisplay,
> XCreatePixmap)...

For a GUI application, you wouldn't normally be calling these; you
would let the toolkit handle it. In particular, you would need to use
the same Display* used by the GUI; getting a new Display* from
XOpenDisplay() may not work, even if it refers to the same display.

-- 
Glynn Clements <[EMAIL PROTECTED]>
_______________________________________________
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Reply via email to