Hello all:
        Now i am coding a application with Gtk+, but i need the low level
x-lib API XvShmPutImage() to communicate to driver. I done with create
another window(XCreateWindow()) to make XvShmPutImage() work, but in this
way the dummy window that created from XCreateWindow(), is not the one that
i want. I using the return values from XCreateWindow(), XOpenDisplay(), and
XCreateGC() as the  XvShmPutImage()'s input parameters. I had tried get
those values from Gtk+ widget handle, but it fail. How could i using Gtk+
only with XvShmPutImage() to make it work, without creating a dummy window?

Duncan

_______________________________________________
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert

Reply via email to