1. 04 Dec, 2016 1 commit
  2. 05 Jul, 2016 2 commits
    • Mike Gabriel's avatar
      VCS info lines: Remove ancient X.org / XFree86 VCS info line from code files. · 6144b615
      Mike Gabriel authored
       This has already been started while replacing copyright info in file
       headers and has now been completed with this commit.
      6144b615
    • Cyril Brulebois's avatar
      fb: Mark some variables as unused. · 3a54da8b
      Cyril Brulebois authored
       There's no use for the values set through the various macro calls
       (fbGetDrawable and fbGetDrawablePixmap), so mark those variables as unused.
      
       The following warnings go away accordingly:
       |   CC     libfb_la-fb24_32.lo
       | fb24_32.c: In function 'fb24_32ReformatTile':
       | fb24_32.c:544:19: warning: variable 'newYoff' set but not used [-Wunused-but-set-variable]
       | fb24_32.c:544:10: warning: variable 'newXoff' set but not used [-Wunused-but-set-variable]
       | fb24_32.c:543:19: warning: variable 'oldYoff' set but not used [-Wunused-but-set-variable]
       | fb24_32.c:543:10: warning: variable 'oldXoff' set but not used [-Wunused-but-set-variable]
       |   CC     libfb_la-fbfill.lo
       | fbfill.c: In function 'fbFill':
       | fbfill.c:72:21: warning: variable 'stipYoff' set but not used [-Wunused-but-set-variable]
       | fbfill.c:72:11: warning: variable 'stipXoff' set but not used [-Wunused-but-set-variable]
       | fbfill.c:100:21: warning: variable 'stipYoff' set but not used [-Wunused-but-set-variable]
       | fbfill.c:100:11: warning: variable 'stipXoff' set but not used [-Wunused-but-set-variable]
       | fbfill.c:142:20: warning: variable 'tileYoff' set but not used [-Wunused-but-set-variable]
       | fbfill.c:142:10: warning: variable 'tileXoff' set but not used [-Wunused-but-set-variable]
       |   CC     libfb_la-fbgc.lo
       | fbgc.c: In function 'fbPadPixmap':
       | fbgc.c:92:19: warning: variable 'yOff' set but not used [-Wunused-but-set-variable]
       | fbgc.c:92:13: warning: variable 'xOff' set but not used [-Wunused-but-set-variable]
       | fbgc.c: In function 'fbCanEvenStipple':
       | fbgc.c:166:23: warning: variable 'stipYoff' set but not used [-Wunused-but-set-variable]
       | fbgc.c:166:13: warning: variable 'stipXoff' set but not used [-Wunused-but-set-variable]
       |   CC     libfb_la-fbpush.lo
       | fbpush.c: In function 'fbPushPixels':
       | fbpush.c:238:20: warning: variable 'stipYoff' set but not used [-Wunused-but-set-variable]
       | fbpush.c:238:10: warning: variable 'stipXoff' set but not used [-Wunused-but-set-variable]
      Reviewed-by: 's avatarJeremy Huddleston <jeremyhu@apple.com>
      Signed-off-by: 's avatarCyril Brulebois <kibi@debian.org>
       Backport to nx-libs: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
      3a54da8b
  3. 02 May, 2016 1 commit
    • 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
  4. 10 Oct, 2011 1 commit