diff options
author | Keith Packard <keithp@keithp.com> | 2011-02-23 11:17:24 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2011-02-23 11:17:24 -0800 |
commit | fd9331f6eb39a28da7de4867b2e3a460f667d514 (patch) | |
tree | 94e6feb0e1065121b988e85b900d8984bcc3ee40 /randr/randrstr.h | |
parent | 4d91e7a63161cdde9af53aedb3fe3e53dbe3049e (diff) |
Revert "Separate out screen size and screen pixmap sizes in RRScreenSizeSet"
This reverts commit 752c368421c1c824752cf467fba9318d75d2ca2c.
Diffstat (limited to 'randr/randrstr.h')
-rw-r--r-- | randr/randrstr.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/randr/randrstr.h b/randr/randrstr.h index 7c553f21f..8240824db 100644 --- a/randr/randrstr.h +++ b/randr/randrstr.h @@ -191,8 +191,6 @@ struct _rrOutput { typedef Bool (*RRScreenSetSizeProcPtr) (ScreenPtr pScreen, CARD16 width, CARD16 height, - CARD16 pixWidth, - CARD16 pixHeight, CARD32 mmWidth, CARD32 mmHeight); @@ -480,8 +478,6 @@ extern _X_EXPORT Bool RRScreenSizeSet (ScreenPtr pScreen, CARD16 width, CARD16 height, - CARD16 pixWidth, - CARD16 pixHeight, CARD32 mmWidth, CARD32 mmHeight); |