mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-16 01:52:26 +01:00
XQuartz: Remove decls of crashtracer strings that we don't use anymore in here
(cherry picked from commit 4a653c6bfd)
This commit is contained in:
parent
dbd816dced
commit
d0b1976127
1 changed files with 0 additions and 7 deletions
|
|
@ -131,13 +131,6 @@ RootlessNativeWindowStateChanged (WindowPtr pWin, unsigned int state)
|
|||
pWin->rootlessUnhittable = winRec->is_offscreen;
|
||||
}
|
||||
|
||||
#ifdef XQUARTZ
|
||||
#include <string.h>
|
||||
extern char *__crashreporter_info__;
|
||||
extern const char *__crashreporter_info__base;
|
||||
extern int __crashreporter_info__len;
|
||||
#endif
|
||||
|
||||
void RootlessNativeWindowMoved (WindowPtr pWin) {
|
||||
xp_box bounds;
|
||||
int sx, sy, err;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue