1. 12 Jun, 2019 1 commit
    • Ulrich Sibiller's avatar
      Remove the Must_have_memory hack. · a765857a
      Ulrich Sibiller authored
      We are not using any alloc function that respects that variable, so
      lets drop it. Backport of this commit:
      
        commit 0ce61e21d6d7dcca0090e319bbcdb678570f2c3f
        Author: Adam Jackson <ajax@redhat.com>
        Date:   Fri Oct 3 16:05:19 2008 -0400
      
          Remove the Must_have_memory hack.
      
          Also remove an astonishing amount of misunderstanding of how casts work.
      a765857a
  2. 05 Jul, 2016 1 commit
  3. 02 Jul, 2016 2 commits
  4. 02 May, 2016 2 commits
    • Mike Gabriel's avatar
      Change region implementation names to eliminate the 'mi' prefix · b0e69fe3
      Mike Gabriel authored
      This prepares the file to be moved from mi to dix. This patch
      was done mechanically with the included scripts 'fix-miregion' run over
      the entire X server and 'fix-miregion-private' run over
      include/regionstr.h and mi/miregion.c.
      
      v1: Keith Packard <keithp@keithp.com>
      v2: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> (backported to nx-libs)
      b0e69fe3
    • Mike Gabriel's avatar
      Rename region macros to eliminate screen argument · 63f1fff8
      Mike Gabriel authored
      This is a huge mechanical patch and a few small fixups required to finish
      the job. They were reviewed separately, but because the server does not
      build without both pieces, I've merged them together at this time.
      
      The mechanical changes were performed by running the included
      'fix-region' script over the whole nx-X11/programs/Xserver tree:
      
      $ cd nx-X11/programs/Xserver && ( git ls-files | grep -v '^fix-' | xargs ./fix-region; )
      
      And then, the white space errors in the resulting patch were fixed
      using the provided fix-patch-whitespace script.
      
      $ sh ./fix-patch-whitespace
      
      Thanks to Jamey Sharp for the mighty fine sed-generating sed script.
      
      v1: Keith Packard <keithp@keithp.com> (X.Org xserver commit: 2dc138922b7588515d5f2447e4b9dcdc0bef15e0)
      v2: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> (apply fix-region script to nx-libs)
      63f1fff8
  5. 28 Dec, 2015 1 commit
  6. 10 Oct, 2011 1 commit