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>
This commit is contained in:
Tomas Carnecky
2012-07-10 02:03:02 +01:00
committed by Keith Packard
parent bf61bf69b2
commit b8c9ab0fea
7 changed files with 7 additions and 57 deletions

View File

@@ -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