mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
dix: Remove WindowRec::backStorage
This is only being set, never read.
This commit is contained in:
committed by
Adam Jackson
parent
0f477cc68b
commit
6975807945
@@ -149,7 +149,6 @@ typedef struct _Window {
|
||||
unsigned borderIsPixel:1;
|
||||
unsigned cursorIsNone:1; /* else real cursor (might inherit) */
|
||||
unsigned backingStore:2;
|
||||
unsigned backStorage:1; /* if bs is allocated */
|
||||
unsigned saveUnder:1;
|
||||
unsigned bitGravity:4;
|
||||
unsigned winGravity:4;
|
||||
|
||||
Reference in New Issue
Block a user