mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-20 16:20:03 +01:00
Revert "dix: unexport GetSpritePosition()"
This reverts commit eb81769b58.
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/2058>
This commit is contained in:
parent
372ca9114c
commit
066b377fc9
6 changed files with 4 additions and 9 deletions
|
|
@ -80,8 +80,6 @@ SOFTWARE.
|
||||||
|
|
||||||
#include <dix-config.h>
|
#include <dix-config.h>
|
||||||
|
|
||||||
#include "dix/cursor_priv.h"
|
|
||||||
|
|
||||||
#include <X11/X.h>
|
#include <X11/X.h>
|
||||||
#include <X11/Xproto.h>
|
#include <X11/Xproto.h>
|
||||||
#include <X11/extensions/geproto.h>
|
#include <X11/extensions/geproto.h>
|
||||||
|
|
|
||||||
|
|
@ -43,7 +43,6 @@
|
||||||
|
|
||||||
#include <dix-config.h>
|
#include <dix-config.h>
|
||||||
|
|
||||||
#include "dix/cursor_priv.h"
|
|
||||||
#include "dix/dix_priv.h"
|
#include "dix/dix_priv.h"
|
||||||
#include "dix/input_priv.h"
|
#include "dix/input_priv.h"
|
||||||
#include "mi/mi_priv.h"
|
#include "mi/mi_priv.h"
|
||||||
|
|
|
||||||
|
|
@ -71,6 +71,4 @@ void NewCurrentScreen(DeviceIntPtr pDev,
|
||||||
|
|
||||||
Bool PointerConfinedToScreen(DeviceIntPtr pDev);
|
Bool PointerConfinedToScreen(DeviceIntPtr pDev);
|
||||||
|
|
||||||
void GetSpritePosition(DeviceIntPtr pDev, int *px, int *py);
|
|
||||||
|
|
||||||
#endif /* _XSERVER_DIX_CURSOR_PRIV_H */
|
#endif /* _XSERVER_DIX_CURSOR_PRIV_H */
|
||||||
|
|
|
||||||
|
|
@ -70,6 +70,10 @@ typedef struct _CursorMetric *CursorMetricPtr;
|
||||||
extern _X_EXPORT int FreeCursor(void *pCurs,
|
extern _X_EXPORT int FreeCursor(void *pCurs,
|
||||||
XID cid);
|
XID cid);
|
||||||
|
|
||||||
|
extern _X_EXPORT void GetSpritePosition(struct _DeviceIntRec * /* pDev */ ,
|
||||||
|
int * /*px */ ,
|
||||||
|
int * /*py */ );
|
||||||
|
|
||||||
#ifdef PANORAMIX
|
#ifdef PANORAMIX
|
||||||
extern _X_EXPORT int XineramaGetCursorScreen(struct _DeviceIntRec *pDev);
|
extern _X_EXPORT int XineramaGetCursorScreen(struct _DeviceIntRec *pDev);
|
||||||
#endif /* PANORAMIX */
|
#endif /* PANORAMIX */
|
||||||
|
|
|
||||||
|
|
@ -19,9 +19,6 @@
|
||||||
* TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
|
* TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
|
||||||
* OF THIS SOFTWARE.
|
* OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
#include <dix-config.h>
|
|
||||||
|
|
||||||
#include "dix/cursor_priv.h"
|
|
||||||
|
|
||||||
#include "randrstr.h"
|
#include "randrstr.h"
|
||||||
#include "inputstr.h"
|
#include "inputstr.h"
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,6 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
#include <X11/Xproto.h>
|
#include <X11/Xproto.h>
|
||||||
#include <X11/keysym.h>
|
#include <X11/keysym.h>
|
||||||
|
|
||||||
#include "dix/cursor_priv.h"
|
|
||||||
#include "dix/dix_priv.h"
|
#include "dix/dix_priv.h"
|
||||||
#include "dix/dixgrabs_priv.h"
|
#include "dix/dixgrabs_priv.h"
|
||||||
#include "dix/input_priv.h"
|
#include "dix/input_priv.h"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue