projects
/
platform
/
upstream
/
xf86-video-intel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba9a173
)
sna: OsRegisterSigWrapper was only introduced in 1.6.99.900
author
Chris Wilson
<chris@chris-wilson.co.uk>
Thu, 5 Dec 2013 11:09:39 +0000
(11:09 +0000)
committer
Chris Wilson
<chris@chris-wilson.co.uk>
Thu, 5 Dec 2013 11:09:39 +0000
(11:09 +0000)
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
src/sna/sna_accel.c
patch
|
blob
|
history
diff --git
a/src/sna/sna_accel.c
b/src/sna/sna_accel.c
index
6145336
..
6fd77ad
100644
(file)
--- a/
src/sna/sna_accel.c
+++ b/
src/sna/sna_accel.c
@@
-416,7
+416,9
@@
static int sigtrap_handler(int sig)
static void sigtrap_init(void)
{
+#if XORG_VERSION_CURRENT >= XORG_VERSION_NUMERIC(1,6,99,900,0)
OsRegisterSigWrapper(sigtrap_handler);
+#endif
}
inline static bool