Displaying 1 result from an estimated 1 matches for "querydrawable".
2006 Apr 17
0
Compiz on AIGLX
...atest compiz cvs. Most
plugins and features are working again now : wobbly, minimize, resize,
cube, rotate, move, fade, scale, place, zoom.
However the last two plugins, switcher and decoration are broken.
Decoration just draws nothing, I found that the problematic function
call is the (*screen->queryDrawable) (screen->display->display,
texture->pixmap, GLX_TEXTURE_TARGET_EXT, &target); in
bindPixmapToTexture in texture.c called from line 248 in decoration.c :
target is 0 and it falls in the default case in the following switch.
Judging by the docs I've found, there must be a problem wi...