1. 27 Oct, 2017 13 commits
  2. 20 Oct, 2017 1 commit
  3. 16 Oct, 2017 4 commits
  4. 10 Oct, 2017 5 commits
  5. 09 Oct, 2017 3 commits
  6. 29 Sep, 2017 5 commits
  7. 15 Sep, 2017 3 commits
  8. 14 Sep, 2017 1 commit
  9. 13 Sep, 2017 2 commits
    • Mike Gabriel's avatar
    • Mihai Moldovan's avatar
      nx-X11/programs/Xserver/hw/nxagent/Render.c: use macros obtaining values from… · 0815fb06
      Mihai Moldovan authored
      nx-X11/programs/Xserver/hw/nxagent/Render.c: use macros obtaining values from _XPrivDisplay instead of the other Display structure directly.
      
      Fixes: ArcticaProject/nx-libs#512
      
      It's unclear to me why (Display*)(dpy)->bitmap_pad and
      (_XPrivDisplay)(dpy)->bitmap_pad produce different results.
      
      Technically, Display is referencing the _XDisplay/Display structure
      defined in Xlibint.h, while _XPrivDisplay is a typedef'd pointer to the
      (anonymous) structure defined in Xlib.h, since we're not defining the
      XLIB_ILLEGAL_ACCESS macro. The weird part is that both should be equal
      when it comes to its bitmap_pad, byte_order and bitmap_bit_order
      members.
      0815fb06
  10. 06 Sep, 2017 2 commits
  11. 30 Aug, 2017 1 commit