XQuartz: Fixed some missing prototypes
(cherry picked from commit 95056afc562cfe58b116f5c36e4624018e79ff4a)
This commit is contained in:
parent
dbd4c03156
commit
0d61f6fca1
|
@ -52,6 +52,7 @@
|
||||||
#include "windowstr.h"
|
#include "windowstr.h"
|
||||||
#include "colormapst.h"
|
#include "colormapst.h"
|
||||||
#include "globals.h"
|
#include "globals.h"
|
||||||
|
#include "mi.h"
|
||||||
|
|
||||||
// System headers
|
// System headers
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
|
|
@ -131,4 +131,9 @@ void QuartzInitInput(int argc, char **argv);
|
||||||
void QuartzGiveUp(void);
|
void QuartzGiveUp(void);
|
||||||
void QuartzProcessEvent(xEvent *xe);
|
void QuartzProcessEvent(xEvent *xe);
|
||||||
void QuartzDisplayChangedHandler(int screenNum, xEventPtr xe, DeviceIntPtr dev, int nevents);
|
void QuartzDisplayChangedHandler(int screenNum, xEventPtr xe, DeviceIntPtr dev, int nevents);
|
||||||
|
|
||||||
|
void QuartzShow(int x, int y); // (x, y) = cursor loc
|
||||||
|
void QuartzHide(void);
|
||||||
|
void QuartzSetRootClip(BOOL enable);
|
||||||
|
void QuartzSpaceChanged(uint32_t space_id);
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue