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:
Eamon Walsh 2007-08-28 09:28:25 -04:00 • committed by Eamon Walsh
commit 4017d31902
261 changed files with 1642 additions and 3957 deletions

View file

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