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:
committed by
Keith Packard
parent
bf61bf69b2
commit
b8c9ab0fea
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user