1. 05 Jul, 2016 10 commits
    • Mike Gabriel's avatar
    • Mike Gabriel's avatar
      Avoid 'siAddr' maybe being used uninitialized in XAddHost and XRemoveHost. · 5e2e760d
      Mike Gabriel authored
       Backported from X.org (libX11). Host.c has mainly been copied over from
       libX11, contaning 7db7451 as the top commit (which also contains the
       greatest change and silences the resp. compiler warning.
      
       commit 7db74514e454d3fc4ff70aa08ddac66bfffda4dd
       Author: Alan Coopersmith <alan.coopersmith@oracle.com>
       Date:   Tue Jul 23 22:18:46 2013 -0700
      
          Refactor common code from XAddHost & XRemoveHost into single function
      
          On the Xlib side, the only real difference is the mode flag we send
          to the server with the address, so just make that an argument to the
          function with the common code for packing the address into the request.
      
          (Aside from labels, gcc 4.7.2 generates identical code before & after
           this change due to inlining, verified via diff of gcc -S output.)
      Signed-off-by: 's avatarAlan Coopersmith <alan.coopersmith@oracle.com>
      5e2e760d
    • Mike Gabriel's avatar
    • Mike Gabriel's avatar
      e02bdf92
    • Adam Jackson's avatar
      Remove fbpseudocolor · 7e21611d
      Adam Jackson authored
       "An experimental pseudocolor emulation layer.  Not fully completed,
       currently only works for 16bpp."  That was almost four years ago.
       It still doesn't work, only one driver even attempts to use it, it
       contains an ad-hoc implementation of damage, and should really be
       done up in Composite now anyway.
      
       Backport to nx-libs: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
      7e21611d
    • 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
    • Jeremy Huddleston's avatar
      Add _X_UNUSED attribute to designate unused variables and silence warnings · b91099b9
      Jeremy Huddleston authored
      Signed-off-by: 's avatarJeremy Huddleston <jeremyhu@apple.com>
      Reviewed-by: 's avatarDaniel Stone <daniel@fooishbar.org>
       Backport to nx-libs: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
      b91099b9
    • Mike Gabriel's avatar
    • Mike Gabriel's avatar
      Xserver/xfixes/region.c: Don't declare and set PictureScreenPtr ps (in… · f364bacf
      Mike Gabriel authored
      Xserver/xfixes/region.c: Don't declare and set PictureScreenPtr ps (in ProcXFixesSetPictureClipRegion). Variable is not used.
      f364bacf
    • Mike Gabriel's avatar
      Merge branch 'sunweaver-pr/proxy-to-proxy-over-unix-socket' into 3.6.x · 854f3fa4
      Mike Gabriel authored
      Attributes GH PR #142: https://github.com/ArcticaProject/nx-libs/pull/142
      Reviewed by: Salvador Fandino <sfandino@yahoo.com>  -- Mon, 04 Jul 2016 16:31:00 +0200
      854f3fa4
  2. 04 Jul, 2016 14 commits
  3. 03 Jul, 2016 2 commits
  4. 02 Jul, 2016 11 commits
  5. 01 Jul, 2016 3 commits