diff options
Diffstat (limited to 'src/libXNVCtrlAttributes/NvCtrlAttributes.h')
-rw-r--r-- | src/libXNVCtrlAttributes/NvCtrlAttributes.h | 23 |
1 files changed, 1 insertions, 22 deletions
diff --git a/src/libXNVCtrlAttributes/NvCtrlAttributes.h b/src/libXNVCtrlAttributes/NvCtrlAttributes.h index 4637890..c8beb87 100644 --- a/src/libXNVCtrlAttributes/NvCtrlAttributes.h +++ b/src/libXNVCtrlAttributes/NvCtrlAttributes.h @@ -132,16 +132,3 @@ typedef void NvCtrlAttributeHandle; -/* XRandR */ - -#define NV_CTRL_ATTR_XRANDR_BASE \ - (NV_CTRL_ATTR_GLX_LAST_ATTRIBUTE + 1) - -#define NV_CTRL_ATTR_XRANDR_ROTATION_SUPPORTED (NV_CTRL_ATTR_XRANDR_BASE + 0) -#define NV_CTRL_ATTR_XRANDR_ROTATIONS (NV_CTRL_ATTR_XRANDR_BASE + 1) -#define NV_CTRL_ATTR_XRANDR_ROTATION (NV_CTRL_ATTR_XRANDR_BASE + 2) - -#define NV_CTRL_ATTR_XRANDR_LAST_ATTRIBUTE \ - (NV_CTRL_ATTR_XRANDR_ROTATION) - - -#define NV_CTRL_ATTR_LAST_ATTRIBUTE (NV_CTRL_ATTR_XRANDR_LAST_ATTRIBUTE) +#define NV_CTRL_ATTR_LAST_ATTRIBUTE (NV_CTRL_ATTR_GLX_LAST_ATTRIBUTE) @@ -508,10 +495,2 @@ void NvCtrlAttributeClose(NvCtrlAttributeHandle *handle); -ReturnStatus -NvCtrlXrandrSetScreenMode (NvCtrlAttributeHandle *handle, - int width, int height, int refresh); - -ReturnStatus -NvCtrlXrandrGetScreenMode (NvCtrlAttributeHandle *handle, - int *width, int *height, int *refresh); - #endif /* __NVCTRL_ATTRIBUTES__ */ |