mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-05 01:48:02 +02:00
XQuartz: Fixed some missing prototypes
(cherry picked from commit 95056afc56)
This commit is contained in:
parent
e1a4eef65e
commit
d9f456adfc
2 changed files with 6 additions and 0 deletions
|
|
@ -52,6 +52,7 @@
|
|||
#include "windowstr.h"
|
||||
#include "colormapst.h"
|
||||
#include "globals.h"
|
||||
#include "mi.h"
|
||||
|
||||
// System headers
|
||||
#include <sys/types.h>
|
||||
|
|
|
|||
|
|
@ -131,4 +131,9 @@ void QuartzInitInput(int argc, char **argv);
|
|||
void QuartzGiveUp(void);
|
||||
void QuartzProcessEvent(xEvent *xe);
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue