mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-26 21:12:25 +00:00
devPrivates rework: since API is already broken, switch everything
over to new system. Need to update documentation and address some remaining vestiges of old system such as CursorRec structure, fb "offman" structure, and FontRec privates.
This commit is contained in:
parent
8554707326
commit
4017d31902
261 changed files with 1642 additions and 3957 deletions
3
mi/mi.h
3
mi/mi.h
|
|
@ -55,6 +55,7 @@ SOFTWARE.
|
|||
#include <X11/fonts/font.h>
|
||||
#include "input.h"
|
||||
#include "cursor.h"
|
||||
#include "privates.h"
|
||||
|
||||
#define MiBits CARD32
|
||||
|
||||
|
|
@ -412,7 +413,7 @@ extern Bool miScreenInit(
|
|||
VisualPtr /*visuals*/
|
||||
);
|
||||
|
||||
extern int miAllocateGCPrivateIndex(
|
||||
extern DevPrivateKey miAllocateGCPrivateIndex(
|
||||
void
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue