1. 15 Nov, 2016 1 commit
  2. 05 Jul, 2016 1 commit
  3. 02 Jul, 2016 2 commits
  4. 21 Jun, 2016 1 commit
    • Mike Gabriel's avatar
      Move each screen's root-window pointer into ScreenRec. · c61bb8cc
      Mike Gabriel authored
       Backported from X.org:
      
       commit e7fae9ecc42ab5e73b89117722dbf4117d928f9a
       Author: Jamey Sharp <jamey@minilop.net>
       Date:   Sat May 22 00:26:28 2010 -0700
      
          Move each screen's root-window pointer into ScreenRec.
      
          Many references to the WindowTable array already had the corresponding
          screen pointer handy, which meant they usually looked like
          "WindowTable[pScreen->myNum]". Adding a field to ScreenRec instead of
          keeping this information in a parallel array simplifies those
          expressions, and eliminates a MAXSCREENS-sized array.
      
          Since dix uses this data, a screen private entry isn't appropriate.
      
          xf86-video-dummy currently uses WindowTable, so it needs to be updated
          to reflect this change.
      Signed-off-by: 's avatarJamey Sharp <jamey@minilop.net>
      Reviewed-by: 's avatarTiago Vignatti <tiago.vignatti@nokia.com>
          Tested-by: Tiago Vignatti <tiago.vignatti@nokia.com> (i686 GNU/Linux)
      
       Backport to nx-libs: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
      c61bb8cc
  5. 12 Jun, 2016 1 commit
  6. 02 May, 2016 2 commits
    • Mike Gabriel's avatar
    • 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
  7. 28 Dec, 2015 1 commit
  8. 21 May, 2012 1 commit
  9. 10 Oct, 2011 12 commits