1. 01 Jul, 2016 20 commits
  2. 30 Jun, 2016 4 commits
  3. 29 Jun, 2016 8 commits
  4. 28 Jun, 2016 4 commits
  5. 27 Jun, 2016 1 commit
  6. 24 Jun, 2016 3 commits
    • Mihai Moldovan's avatar
      Merge branch… · 975511c8
      Mihai Moldovan authored
      Merge branch 'sunweaver-pr/hw-nxagent-drop-duplicate-Xserver-code_disable-Xserver-code-and-include-in-nxagent' into arctica-3.6.x
      
      Attributes GH PR #120: https://github.com/ArcticaProject/nx-libs/pull/120
      975511c8
    • Mike Gabriel's avatar
    • Mike Gabriel's avatar
      hw/nxagent/NX*.c: Amend re-introduced nxagent warnings by fixing the… · 3bdcd172
      Mike Gabriel authored
      hw/nxagent/NX*.c: Amend re-introduced nxagent warnings by fixing the corresponding code section in files included from "somewhere" in nx-X11/programs/Xserver/.
      
       (1)
       In file included from NXrender.c:44:0:
       ../../mi/../render/render.c: In function ‘swapStops’:
       ../../mi/../render/render.c:2541:13: warning: variable ‘colors’ set but not used [-Wunused-but-set-variable]
            CARD16 *colors;
                    ^
      
       (2)
       In file included from NXevents.c:133:0:
       ../../dix/events.c: In function ‘ReinitializeRootWindow’:
       ../../dix/events.c:2046:15: warning: unused variable ‘pScreen’ [-Wunused-variable]
            ScreenPtr pScreen = win->drawable.pScreen;
                      ^
       ../../dix/events.c: In function ‘XineramaPointInWindowIsVisible’:
       ../../dix/events.c:2177:15: warning: variable ‘pScreen’ set but not used [-Wunused-but-set-variable]
            ScreenPtr pScreen = pWin->drawable.pScreen;
                      ^
       In file included from NXevents.c:133:0:
       ../../dix/events.c: In function ‘XineramaPointInWindowIsVisible’:
       ../../dix/events.c:2191:2: error: ‘pScreen’ undeclared (first use in this function)
         pScreen = pWin->drawable.pScreen;
         ^
      
       (3)
       In file included from NXdixfonts.c:77:0:
       ../../dix/dixfonts.c: In function ‘GetFontPath’:
       ../../dix/dixfonts.c:1890:2: warning: return makes pointer from integer without a cast
         return BadAlloc;
         ^
      3bdcd172