In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] (Aaron M. Ucko) wrote:
> Alvin <[EMAIL PROTECTED]> writes: > > > X_TranslateCoords: BadMatch (invalid parameter attributes) 0x3800008 > > A user of my Debian packages has reported (and I have confirmed) that > this error occurs when drawing translucent images to double-buffered > windows: http://bugs.debian.org/469089 . > > He's also commented accordingly on STR #1716, with no response yet. I remember subscribing to the bug, but I never got any email.. I didn't see it before. Sorry. The user already described the problem quite well. The solution is simple too, simply skip XTranslateCoords for pixmaps (since these are always relative to the current screen). The problem is how one can differentiate between Pixmap or Window IDs? Checking the return of XTranslateCoordinates works fine, but still generates a warning.... Anyone? _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

