1. 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
  2. 06 Sep, 2017 2 commits
  3. 30 Aug, 2017 11 commits
  4. 28 Aug, 2017 1 commit
  5. 27 Aug, 2017 1 commit
  6. 26 Aug, 2017 1 commit
  7. 25 Aug, 2017 10 commits
  8. 11 Aug, 2017 4 commits
  9. 10 Aug, 2017 1 commit
  10. 09 Aug, 2017 3 commits
  11. 08 Aug, 2017 1 commit
    • Mike Gabriel's avatar
      nxcomp/configure.ac: Don't rely on pkg-config alone when it comes to testing for… · 4fd038db
      Mike Gabriel authored
      nxcomp/configure.ac: Don't rely on pkg-config alone when it comes to testing for presence of libjpeg shared lib and header files.
      
       Especially systems still using the IJG libjpeg implementation
       are likely to lack the libjpeg.pc file.
       .
       So this adds some alternative way of detecting if all libjpeg related
       build-dependencies are in place.
      4fd038db
  12. 02 Aug, 2017 1 commit
  13. 31 Jul, 2017 2 commits