1. 29 Sep, 2017 1 commit
    • Vadim Troshchinskiy's avatar
      Fix nxagent argument parsing logic · 5f1eb0dc
      Vadim Troshchinskiy authored
      This makes it so that slave=1 works again as it should.
      
      The changes introduced earlier resulted in the unintentional requirement
      to specify the actual port number, breaking backwards compatibility.
      
      Fixes: ArcticaProject/nx-libs#518
      5f1eb0dc
  2. 15 Sep, 2017 3 commits
  3. 14 Sep, 2017 1 commit
  4. 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
  5. 06 Sep, 2017 2 commits
  6. 30 Aug, 2017 11 commits
  7. 28 Aug, 2017 1 commit
  8. 27 Aug, 2017 1 commit
  9. 26 Aug, 2017 1 commit
  10. 25 Aug, 2017 10 commits
  11. 11 Aug, 2017 4 commits
  12. 10 Aug, 2017 1 commit
  13. 09 Aug, 2017 2 commits