1. 09 Jan, 2020 1 commit
  2. 07 Jan, 2020 1 commit
    • 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
  3. 06 Jan, 2020 1 commit
  4. 05 Jan, 2020 37 commits