revert to xkbcomp 1.4.6 for now
This commit is contained in:
parent
155eb8555e
commit
f60577aa63
34 changed files with 5337 additions and 6152 deletions
|
@ -29,6 +29,8 @@
|
|||
|
||||
extern Bool XkbInitIncludePath(void);
|
||||
|
||||
extern void XkbClearIncludePath(void);
|
||||
|
||||
extern void XkbAddDefaultDirectoriesToPath(void);
|
||||
|
||||
extern Bool XkbAddDirectoryToPath(const char * /* dir */
|
||||
|
@ -37,18 +39,18 @@ extern Bool XkbAddDirectoryToPath(const char * /* dir */
|
|||
extern char *XkbDirectoryForInclude(unsigned /* type */
|
||||
);
|
||||
|
||||
extern FILE *XkbFindFileInPath(const char * /* name */ ,
|
||||
extern FILE *XkbFindFileInPath(char * /* name */ ,
|
||||
unsigned /* type */ ,
|
||||
char ** /* pathRtrn */
|
||||
);
|
||||
|
||||
extern void *XkbAddFileToCache(const char * /* name */ ,
|
||||
extern void *XkbAddFileToCache(char * /* name */ ,
|
||||
unsigned /* type */ ,
|
||||
char * /* path */ ,
|
||||
void * /* data */
|
||||
);
|
||||
|
||||
extern void *XkbFindFileInCache(const char * /* name */ ,
|
||||
extern void *XkbFindFileInCache(char * /* name */ ,
|
||||
unsigned /* type */ ,
|
||||
char ** /* pathRtrn */
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue