mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 05:54:08 +00:00
Move extension initialisation prototypes into extinit.h
Create extinit.h (and xf86Extensions.h, for Xorg-specific extensions) to hold all our extension initialisation prototypes, rather than duplicating them everywhere. Signed-off-by: Daniel Stone <daniel@fooishbar.org> Reviewed-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
b86aa74caf
commit
a1d41e311c
@@ -38,6 +38,7 @@ and Jim Haggerty of Metheus.
|
||||
|
||||
#include "dixstruct.h"
|
||||
#include "extnsionst.h"
|
||||
#include "extinit.h"
|
||||
#include <X11/extensions/recordproto.h>
|
||||
#include "set.h"
|
||||
#include "swaprep.h"
|
||||
@@ -139,8 +140,6 @@ static int RecordDeleteContext(pointer /*value */ ,
|
||||
XID /*id */
|
||||
);
|
||||
|
||||
void RecordExtensionInit(void);
|
||||
|
||||
/***************************************************************************/
|
||||
|
||||
/* client private stuff */
|
||||
|
||||
Reference in New Issue
Block a user