mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
Delete unused lastWinOrg field from GCs.
Signed-off-by: Jamey Sharp <jamey@minilop.net> Reviewed-by: Mikhail Gusarov <dottedmag@dottedmag.net>
This commit is contained in:
@@ -303,7 +303,6 @@ typedef struct _GC {
|
||||
DDXPointRec patOrg; /* origin for (tile, stipple) */
|
||||
struct _Font *font;
|
||||
DDXPointRec clipOrg;
|
||||
DDXPointRec lastWinOrg; /* position of window last validated */
|
||||
pointer clientClip;
|
||||
unsigned long stateChanges; /* masked with GC_<kind> */
|
||||
unsigned long serialNumber;
|
||||
|
||||
Reference in New Issue
Block a user