• Ulrich Sibiller's avatar
    Rootless.c: fix wring datatype being used · 105cd2be
    Ulrich Sibiller authored
    Using XlibAtom here is wrong. On a 64bit system the size of this type
    is 8 bytes (64bit). At this stage we do not read Xlib datatypes but
    wire datatypes. Over the wire an Atom is always 32bit, so we need to
    use CARD32 here.
    
    Fixes ArcticaProject/nx-libs#894
    105cd2be
Rootless.c 32.1 KB