mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
Replace 'pointer' type with 'void *'
This lets us stop using the 'pointer' typedef in Xdefs.h as 'pointer' is used throughout the X server for other things, and having duplicate names generates compiler warnings. Signed-off-by: Keith Packard <keithp@keithp.com> Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
@@ -625,7 +625,7 @@ RootlessRestackWindow(WindowPtr pWin, WindowPtr pOldNextSib)
|
||||
*/
|
||||
|
||||
// Globals needed during window resize and move.
|
||||
static pointer gResizeDeathBits = NULL;
|
||||
static void *gResizeDeathBits = NULL;
|
||||
static int gResizeDeathCount = 0;
|
||||
static PixmapPtr gResizeDeathPix[2] = { NULL, NULL };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user