summaryrefslogtreecommitdiffstats
path: root/xorg/server/module/rdp.h
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2013-07-16 21:04:00 -0700
committerJay Sorg <jay.sorg@gmail.com>2013-07-16 21:04:00 -0700
commite7741d040c62259932f28286acfad6dd908d95ea (patch)
tree3ada55c8b887515dc232e3abc970096eba39c600 /xorg/server/module/rdp.h
parente7039c460300c63362876f4df88f7e7a31b99b90 (diff)
downloadxrdp-proprietary-e7741d040c62259932f28286acfad6dd908d95ea.tar.gz
xrdp-proprietary-e7741d040c62259932f28286acfad6dd908d95ea.zip
xorg driver, added randr
Diffstat (limited to 'xorg/server/module/rdp.h')
-rw-r--r--xorg/server/module/rdp.h16
1 files changed, 15 insertions, 1 deletions
diff --git a/xorg/server/module/rdp.h b/xorg/server/module/rdp.h
index ea48a8ee..f90baa1a 100644
--- a/xorg/server/module/rdp.h
+++ b/xorg/server/module/rdp.h
@@ -26,13 +26,13 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include <scrnintstr.h>
#include <gcstruct.h>
#include <mipointer.h>
+#include <randrstr.h>
#include "rdpPri.h"
/* move this to common header */
struct _rdpRec
{
- char data[1024];
int width;
int height;
int num_modes;
@@ -49,6 +49,20 @@ struct _rdpRec
miPointerScreenFuncPtr pCursorFuncs;
+ /* RandR */
+ RRSetConfigProcPtr rrSetConfig;
+ RRGetInfoProcPtr rrGetInfo;
+ RRScreenSetSizeProcPtr rrScreenSetSize;
+ RRCrtcSetProcPtr rrCrtcSet;
+ RRCrtcSetGammaProcPtr rrCrtcSetGamma;
+ RRCrtcGetGammaProcPtr rrCrtcGetGamma;
+ RROutputSetPropertyProcPtr rrOutputSetProperty;
+ RROutputValidateModeProcPtr rrOutputValidateMode;
+ RRModeDestroyProcPtr rrModeDestroy;
+ RROutputGetPropertyProcPtr rrOutputGetProperty;
+ RRGetPanningProcPtr rrGetPanning;
+ RRSetPanningProcPtr rrSetPanning;
+
};
typedef struct _rdpRec rdpRec;
typedef struct _rdpRec * rdpPtr;