summaryrefslogtreecommitdiff
path: root/include/extinit.h
diff options
context:
space:
mode:
authorTomas Carnecky <tom@dbservice.com>2012-07-10 02:03:02 +0100
committerKeith Packard <keithp@keithp.com>2012-07-09 23:28:36 -0700
commitb8c9ab0fea0be299d9f48ac0c4ed0474104a7556 (patch)
treeb74ada85deed0b049c0ef52277dbc818e25431e7 /include/extinit.h
parentbf61bf69b2b4f9e9993ca771de100079c7696bea (diff)
Move RECORD from external module to built-in
Rather than languishing in its own special module, move RECORD into the core server. Signed-off-by: Tomas Carnecky <tom@dbservice.com> Reviewed-by: Daniel Stone <daniel@fooishbar.org> Reviewed-by: Jamey Sharp <jamey@minilop.net> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'include/extinit.h')
-rw-r--r--include/extinit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/extinit.h b/include/extinit.h
index 539e28d6f..2755e30e3 100644
--- a/include/extinit.h
+++ b/include/extinit.h
@@ -97,7 +97,7 @@ extern Bool noRRExtension;
extern void RRExtensionInit(void);
#endif
-#if defined(XRECORD) && !defined(XorgLoader)
+#if defined(XRECORD)
extern void RecordExtensionInit(void);
#endif