1. 17 Oct, 2020 4 commits
  2. 16 Oct, 2020 1 commit
    • Ulrich Sibiller's avatar
      randr: fix broken macros / memory corruption · d1a967f3
      Ulrich Sibiller authored
      By casting the rrScrPriv to ScreenPtr we are using the offsets from
      the Screen structure for referencing data in the rrScrPriv structure
      causing data corruption. As both macros use the same casting this
      still works until the location where the data resides is
      overwritten. For 64bit the location was the "rotations" member in
      rrScrPriv which was not problematic because it is barely used. But on
      32bit it was "numCrtcs" which is heavily used. On unwrap this was 0
      and lead to a segfault.
      
      Fixes ArcticaProject/nx-libs#943
      d1a967f3
  3. 29 Jun, 2020 6 commits
  4. 31 May, 2020 16 commits
  5. 30 May, 2020 1 commit
    • Ulrich Sibiller's avatar
      mi: define NXAGENT_SERVER · 6f22fb9e
      Ulrich Sibiller authored
      In commit f48e2da3 I marked NX changes
      by using #ifdef NXAGENT_SERVER. But I had missed that this define was
      never set in mi. So let's change that now and make it work like
      before.
      
      Fixes ArcticaProject/nx-libs#926
      6f22fb9e
  6. 07 May, 2020 12 commits