| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| | |
Attributes GH PR #145: https://github.com/ArcticaProject/nx-libs/pull/145
Self-reviewed: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> -- Wed, 29 Jun 2016 11:22:30 +0200
|
|/
|
|
|
|
|
|
|
|
|
|
| |
drop x2goagent.
The x2goagent package is being replaced by an x2goserver bin:package
named x2goserver-x2goagent.
This x2goserver-x2goagent bin:package will be maintained in the X2Go
Project's namespace and basically wraps around nxagent.
Furthermore, declare Arctica Project as upstream source for nx-libs.
|
|\
| |
| |
| |
| | |
Attributes GH PR #121: https://github.com/ArcticaProject/nx-libs/pull/121
Reviewed by: Vadim Troshchinskiy <vadim@qindel.com> -- Wed, 29 Jun 2016 00:45:43 -0700
|
| | |
|
| |
| |
| |
| | |
more trackable.
|
| |
| |
| |
| | |
from Xext devel package into proto header package.
|
|/
|
|
|
| |
We have to make sure that all X.org libraries we link against
use symbols provided by libNX_X11.
|
| |
|
|\
| |
| |
| |
| |
| | |
'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
|
| |
| |
| |
| | |
XAPPGROUP, LBX, XEVIE.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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;
^
|
| |
| |
| |
| | |
identically be found in dix/dixfonts.c. Also remove NX'ish code from dix/dixfonts.c.
|
| |
| |
| |
| | |
identically be found in dix/dispatch.c.
|
| |
| |
| |
| | |
identically be found in dix/property.c.
|
| |
| |
| |
| | |
found in Xext/shm.c.
|
| |
| |
| |
| | |
be found in Xext/xvdisp.c.
|
| |
| |
| |
| | |
be found in dix/events.c.
|
| |
| |
| |
| | |
be found in render/glyph.c.
|
| |
| |
| |
| | |
identically be found in dix/glyphcurs.c.
|
| |
| |
| |
| |
| |
| | |
be found in render/render.c.
Fixes ArcticaProject/nx-libs#37
|
| |
| |
| |
| | |
in nxagent's code base. Rather replace structures we need modified only.
|
| |
| |
| |
| | |
Xrender_nxagent.h. (Like we have done with all other non-public Xlib related header files that are required for building nxagent.
|
| |
| |
| |
| | |
identically be found in dix/resource.c.
|
| |
| |
| |
| | |
due to now-unnecessary assignements of pScreen pointers.
|
| |
| |
| |
| | |
be found in dix/window.c.
|
| |
| |
| |
| | |
be found in GL/glx/glxext.c.
|
| |
| |
| |
| | |
more trackable.
|
| |
| |
| |
| | |
identically be found in render/picture.c.
|
| |
| |
| |
| | |
identically be found in mi/miexpose.c.
|
| |
| |
| |
| | |
includes.
|
| |
| |
| |
| | |
trackable.
|
| |
| |
| |
| | |
in render/miglyph.c.
|
| |
| |
| |
| | |
be found in render/mitrap.c.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Reasoning:
(1) The diff between this file and mi/miwindow.c is so minimal, we simply
apply the change to mi/miwindow.c.
(2) In recent X.org, the fixed code has gone, so this patch won't exist
after having rebased nx-libs against X.org.
|
| |
| |
| |
| | |
be found in miext/damage/damage.c.
|
| |
| |
| |
| | |
hw/nxagent/X11/include/ and drop all symbols that are not explicitly used by nxagent.
|
| |
| |
| |
| | |
nx-X11/include/extensions/composite.h.
|
| |
| |
| |
| | |
indentically found in dix/extension.c.
|
|/
|
|
| |
trackable.
|
|\
| |
| |
| | |
Attributes GH PR #156: https://github.com/ArcticaProject/nx-libs/pull/156
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
To allow for suspend/resume NX has changed _XReadEvents() and
_XIOError(). _XIOError() does not simply exit but returns. And
_XReadEvents() returns after _XIOError(). But as the original
_XReadEvents() is supposed to block until at least one event is there
calling functions are not prepared for situations where no event is
available. These calling functions have to check that condition.,
Some of the calling functions already had that check but the
UnlockDisplay() call was missing.
Fixes https://github.com/ArcticaProject/nx-libs/issues/118
|
| | |
|
| | |
|
|\ \
| |/
|/|
| |
| |
| | |
Attributes GH PR #154: https://github.com/ArcticaProject/nx-libs/pull/154
arting with '#' will be ignored, and an empty message aborts
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
| |
To allow for suspend/resume NX has changed _XReadEvents() and
_XIOError(). _XIOError() does not simply exit but returns. And
_XReadEvents() returns after _XIOError(). But as the original
_XReadEvents() is supposed to block until at least one event is there
calling functions are not prepared for situations where no event is
available. These calling functions have to check that condition.,
Some of the calling functions already had that check but the
UnlockDisplay() call was missing.
Fixes https://github.com/ArcticaProject/nx-libs/issues/118
|
|\
| |
| |
| |
| | |
Attributes GH PR #137: https://github.com/ArcticaProject/nx-libs/pull/137
Reviewed by: Ulrich Sibiller <uli42@gmx.de> -- Mon, 20 Jun 2016 12:40:52 -0700
|
| | |
|
| |
| |
| |
| |
| | |
Backported to X.org's /xorg/xserver Git hash level:
a6b6e8ba026acedef6336b17adf06aebddd5f22f.
|
| |
| |
| |
| | |
de-duplication in nxagent. (Will be fixed by ArcticaProject/nx-libs#120 later on).
|
| |
| |
| |
| | |
de-duplication in nxagent. (Will be fixed by ArcticaProject/nx-libs#120 later on).
|