search for: xvisualinfo

Displaying 3 results from an estimated 3 matches for "xvisualinfo".

2007 Jun 17
2
X11 help please
...as I can see all the parameters we're sending to XCreateWindow are valid, but I might have missed something: I don't know much about X11 programming. (The call is ::Window xwindow = XCreateWindow( xdisplay, RootWindow(xdisplay, DefaultScreen(xdisplay)), 0, 0, 256, 256, 0, xvisualinfo->depth, InputOutput, xvisualinfo->visual, valuemask, &attrib ); but without context that's probably not worth much to others.) Are there any experienced X11 programmers out there who can suggest what to do next? Duncan Murdoch
2006 Apr 07
2
[PATCH] Add GLX 1.3 + conformant GLX_EXT_texture_from_pixmap support
...piz conformant with the latest published version of the GLX_EXT_texture_from_pixmap specification. It has been tested to be fully backwards compatible as well, so it will still work with current versions of Xgl. If GLX 1.3 support isn't available, it just falls back to the existing use of XVisualInfo. However, my version of Xgl is a bit dated. Someone might want to test with the latest bits before commiting. Support for Y-Inverted framebuffers is added if GLX 1.3 is present. Hopefully this can be easily merged with the AIGLX patch that was floating around a while ago. The patch also ad...
2012 May 25
0
Wine release 1.5.5
...lid parameters. kernel32: Correct WideCharToMultiByte and MultiByteToWideChar error codes and conditions. Alexander Morozov (1): wininet: Add "Content-Disposition" field. Alexandre Julliard (28): kernel32/tests: Avoid a non-portable printf format. winex11: Use an XVisualInfo structure to store color formats in Get/PutImage. winex11: Add a helper to retrieve an image from a pixmap. winex11: Use the get_pixmap_image helper to import XA_PIXMAP clipboard formats. ole32: Add a NULL pointer check in CoDisconnectObject. winex11: Add a helper to create...