- 22 Jan, 2022 2 commits
-
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 14 Dec, 2018 1 commit
-
-
Jon Turney authored
Removed in xserver commit 76ef102b.
-
- 25 Nov, 2018 1 commit
-
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 26 Jan, 2017 5 commits
-
-
Signed-off-by:
Mihail Konev <k.mvc@ya.ru>
-
Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent fall-outs, when they contain space. Signed-off-by:
Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by:
Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
Peter Hutterer authored
Syncs the invocation of configure with the one from the server. Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by:
Emil Velikov <emil.velikov@collabora.com>
-
Peter Hutterer authored
Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
- 19 Jul, 2016 2 commits
-
-
Keith Packard authored
Block and wakeup handlers have changed function signature. Signed-off-by:
Keith Packard <keithp@keithp.com>
-
Keith Packard authored
A few const char warnings, plus XNFcalloc is now deprecated Signed-off-by:
Keith Packard <keithp@keithp.com>
-
- 17 Dec, 2013 1 commit
-
-
Jeremy Huddleston Sequoia authored
xlibclient.c: Fix build failure due to including server headers without first including xorg-server.h eg: .../include/xorg/os.h:572:1: error: expected parameter declarator [Parse Issue] strlcpy(char *dst, const char *src, size_t siz); ^ /usr/include/secure/_string.h:105:44: note: expanded from macro 'strlcpy' __builtin___strlcpy_chk (dest, src, len, __darwin_obsz (dest)) ^ Found-by: Tinderbox Signed-off-by:
Jeremy Huddleston Sequoia <jeremyhu@apple.com>
-
- 20 Oct, 2013 1 commit
-
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 21 Dec, 2012 1 commit
-
-
Jon Turney authored
This doesn't exist any more, and apparently hasn't done anything since xserver 1.4 Signed-off-by:
Jon TURNEY <jon.turney@dronecode.org.uk> Reviewed-by:
Aaron Plattner <aplattner@nvidia.com>
-
- 15 Jun, 2012 1 commit
-
-
XShmQueryExtension returns true if it is supported. Due to a missing "!" within the if clause the assumption was that there is no MIT-SHM even if it was. Regression-from: 26f6ab7c Reviewed-by:
Jeremy Huddleston <jeremyhu@apple.com> Signed-off-by:
Daniel Martin <daniel.martin@secunet.com>
-
- 05 Jun, 2012 1 commit
-
-
Dave Airlie authored
This ports nested to the new server compat API. Signed-off-by:
Dave Airlie <airlied@redhat.com>
-
- 06 Apr, 2012 1 commit
-
-
Yaakov Selkowitz authored
This affects only Cygwin, where drivers must be linked against the Xorg implib. On other systems, XORG_LIBS will be empty. Signed-off-by:
Yaakov Selkowitz <yselkowitz@users.sourceforge.net> Reviewed-by:
Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by:
Jeremy Huddleston <jeremyhu@apple.com>
-
- 08 Mar, 2012 3 commits
-
-
Jeremy Huddleston Sequoia authored
Rename input to nested_input to avoid conflict with xorg/input.h and actually include it in the dist tarball. Signed-off-by:
Jeremy Huddleston <jeremyhu@apple.com>
-
Jeremy Huddleston Sequoia authored
Signed-off-by:
Jeremy Huddleston <jeremyhu@apple.com>
-
Jeremy Huddleston Sequoia authored
This also fixes a typo of DRIVR_NAME that existed in the previous version. Signed-off-by:
Jeremy Huddleston <jeremyhu@apple.com>
-
- 20 Nov, 2011 1 commit
-
-
Jamey Sharp authored
I copied the backwards-compatibility functions from xf86-input-joystick. Signed-off-by:
Jamey Sharp <jamey@minilop.net>
-
- 16 Oct, 2011 2 commits
-
-
Jeremy Huddleston Sequoia authored
This works for 32bit servers, but there are still issues with 64bit servers. Signed-off-by:
Jeremy Huddleston <jeremyhu@apple.com>
-
Jeremy Huddleston Sequoia authored
Signed-off-by:
Jeremy Huddleston <jeremyhu@apple.com>
-
- 20 Sep, 2011 8 commits
-
-
Jamey Sharp authored
Signed-off-by:
Jamey Sharp <jamey@minilop.net>
-
Jeremy Huddleston Sequoia authored
The use of TimerSet() to initialize input is racey, this avoids a crash if initialization looses the race. This is a good workaround for now, but we should look into a better way to initialize when we get a chance later. Signed-off-by:
Jeremy Huddleston <jeremyhu@apple.com>
-
Jeremy Huddleston Sequoia authored
This makes the code more readable and makes the following patch cleaner. Signed-off-by:
Jeremy Huddleston <jeremyhu@apple.com>
-
Jeremy Huddleston Sequoia authored
Signed-off-by:
Jeremy Huddleston <jeremyhu@apple.com>
-
Jeremy Huddleston Sequoia authored
Signed-off-by:
Jeremy Huddleston <jeremyhu@apple.com>
-
Jeremy Huddleston Sequoia authored
Signed-off-by:
Jeremy Huddleston <jeremyhu@apple.com>
-
Jeremy Huddleston Sequoia authored
driver.c:669:14: warning: unused function 'NestedShadowWindow' [-Wunused-function] static void *NestedShadowWindow(ScreenPtr pScreen, CARD32 row, CARD32 offset, ^ Signed-off-by:
Jeremy Huddleston <jeremyhu@apple.com>
-
Jeremy Huddleston Sequoia authored
This Fixes error detection in NestedCreateScreenResources. Signed-off-by:
Jeremy Huddleston <jeremyhu@apple.com>
-
- 15 Sep, 2011 3 commits
-
-
Signed-off-by:
Jeremy Huddleston <jeremyhu@apple.com> Reviewed-by:
Jamey Sharp <jamey@minilop.net>
-
If MIT-SHM fails, we should still try to initialize without it. Signed-off-by:
Jeremy Huddleston <jeremyhu@apple.com> Reviewed-by:
Jamey Sharp <jamey@minilop.net>
-
Jamey Sharp authored
Instead, let the input core monitor the X socket, and also register a block handler to catch any events that were already read before the server's main-loop goes to sleep. Signed-off-by:
Jamey Sharp <jamey@minilop.net> Tested-by:
Jeremy Huddleston <jeremyhu@apple.com> Reviewed-by:
Jeremy Huddleston <jeremyhu@apple.com>
-
- 14 Sep, 2011 6 commits
-
-
Jeremy Huddleston Sequoia authored
Remove some #if 0 code. Signed-off-by:
Jeremy Huddleston <jeremyhu@apple.com> Reviewed-by:
Jamey Sharp <jamey@minilop.net>
-
Jeremy Huddleston Sequoia authored
driver.c:553:9: warning: unused variable 'rc' [-Wunused-variable] int rc; ^ input.c:188:18: warning: unused variable 'pInfo' [-Wunused-variable] InputInfoPtr pInfo = device->public.devicePrivate; ^ input.c:210:26: warning: unused variable 'pNestedInput' [-Wunused-variable] NestedInputDevicePtr pNestedInput = pInfo->private; ^ 2 warnings generated. xlibclient.c:272:11: warning: unused variable 'msg' [-Wunused-variable] char *msg = "Cursor"; ^ xlibclient.c:273:11: warning: unused variable 'msg2' [-Wunused-variable] char *msg2 = "Root"; ^ 2 warnings generated. Signed-off-by:
Jeremy Huddleston <jeremyhu@apple.com> Reviewed-by:
Jamey Sharp <jamey@minilop.net>
-
Jeremy Huddleston Sequoia authored
$DISPLAY was not particularly useful and resulted in a crash for long values of $DISPLAY. Signed-off-by:
Jeremy Huddleston <jeremyhu@apple.com> Reviewed-by:
Jamey Sharp <jamey@minilop.net>
-
Jamey Sharp authored
Signed-off-by:
Jamey Sharp <jamey@minilop.net>
-
Jamey Sharp authored
Peter Hutterer told me I needed to set the valuator ranges, but I don't want the input core to scale the coordinates. Setting the min and max to -1 apparently has the right effect. Signed-off-by:
Jamey Sharp <jamey@minilop.net>
-
Jamey Sharp authored
Jeremy Huddleston tried building this with xserver's --prefix set to /opt/Xorg and found that these #includes only worked so far by coincidence. Signed-off-by:
Jamey Sharp <jamey@minilop.net> Tested-by:
Jeremy Huddleston <jeremyhu@apple.com>
-