• [^] # Re: XYPixmap

    Posté par . En réponse au message XLib: XGetImage sur une Window. Évalué à 2.

    Merci c'était bien ça !

    C'est ça qui m'a induit en erreur (dans X11/Xlib.h) :

    typedef struct _XImage {
    // …
    int format; /* XYBitmap, XYPixmap, ZPixmap */
    // …
    } XImage;
    ```

    Mais effictevement le man ne parle que de XYPixmap et ZPixmap.

    Encore merci