mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 10:14:52 +00:00
window.c: const correctness
This commit is contained in:
@@ -154,8 +154,8 @@ Equipment Corporation.
|
||||
|
||||
Bool bgNoneRoot = FALSE;
|
||||
|
||||
static unsigned char _back_lsb[4] = { 0x88, 0x22, 0x44, 0x11 };
|
||||
static unsigned char _back_msb[4] = { 0x11, 0x44, 0x22, 0x88 };
|
||||
static const unsigned char _back_lsb[4] = { 0x88, 0x22, 0x44, 0x11 };
|
||||
static const unsigned char _back_msb[4] = { 0x11, 0x44, 0x22, 0x88 };
|
||||
|
||||
static Bool WindowParentHasDeviceCursor(WindowPtr pWin,
|
||||
DeviceIntPtr pDev, CursorPtr pCurs);
|
||||
|
||||
Reference in New Issue
Block a user