Revert "dix: unexport GetSpritePosition()"

This reverts commit eb81769b58.

Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/2058>
This commit is contained in:
Alan Coopersmith 2025-08-31 12:24:29 -07:00 committed by Marge Bot
parent 372ca9114c
commit 066b377fc9
6 changed files with 4 additions and 9 deletions

View file

@ -80,8 +80,6 @@ SOFTWARE.
#include <dix-config.h>
#include "dix/cursor_priv.h"
#include <X11/X.h>
#include <X11/Xproto.h>
#include <X11/extensions/geproto.h>

View file

@ -43,7 +43,6 @@
#include <dix-config.h>
#include "dix/cursor_priv.h"
#include "dix/dix_priv.h"
#include "dix/input_priv.h"
#include "mi/mi_priv.h"

View file

@ -71,6 +71,4 @@ void NewCurrentScreen(DeviceIntPtr pDev,
Bool PointerConfinedToScreen(DeviceIntPtr pDev);
void GetSpritePosition(DeviceIntPtr pDev, int *px, int *py);
#endif /* _XSERVER_DIX_CURSOR_PRIV_H */

View file

@ -70,6 +70,10 @@ typedef struct _CursorMetric *CursorMetricPtr;
extern _X_EXPORT int FreeCursor(void *pCurs,
XID cid);
extern _X_EXPORT void GetSpritePosition(struct _DeviceIntRec * /* pDev */ ,
int * /*px */ ,
int * /*py */ );
#ifdef PANORAMIX
extern _X_EXPORT int XineramaGetCursorScreen(struct _DeviceIntRec *pDev);
#endif /* PANORAMIX */

View file

@ -19,9 +19,6 @@
* TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
* OF THIS SOFTWARE.
*/
#include <dix-config.h>
#include "dix/cursor_priv.h"
#include "randrstr.h"
#include "inputstr.h"

View file

@ -34,7 +34,6 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include <X11/Xproto.h>
#include <X11/keysym.h>
#include "dix/cursor_priv.h"
#include "dix/dix_priv.h"
#include "dix/dixgrabs_priv.h"
#include "dix/input_priv.h"