X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 73 (X_GetImage)
Value in failed request: 0x0
Serial number of failed request: 9
Current serial number in output stream: 9
Et, dans la man page :
BadValue Some numeric value falls outside the range of values accepted by the request.
Unless a specific range is specified for an argument, the full range defined by the
argument's type is accepted. Any argument defined as a set of alternatives can generate this error.
# XYPixmap
Posté par Obsidian . En réponse au message XLib: XGetImage sur une Window. Évalué à 6.
Hello,
Et, dans la man page :
Dans ton code, on voit :
et la man page précise :
Essaie donc de remplacer XYBitmap par XYPixmap.