#! /bin/sh /usr/share/dpatch/dpatch-run ## 03-correct-randr-version.dpatch by ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: No description. @DPATCH@ diff -urNad xserver-xgl-1.1.99.1~git20080115~/randr/randr.c xserver-xgl-1.1.99.1~git20080115/randr/randr.c --- xserver-xgl-1.1.99.1~git20080115~/randr/randr.c 2008-04-15 00:16:30.000000000 -0400 +++ xserver-xgl-1.1.99.1~git20080115/randr/randr.c 2008-04-15 00:21:43.000000000 -0400 @@ -60,6 +60,10 @@ int RRGeneration; int RRNScreens; +/* Reflect the version of the interface implemented here */ +#define RANDR_MAJOR 1 +#define RANDR_MINOR 1 + static int ProcRRQueryVersion (ClientPtr pClient); static int ProcRRDispatch (ClientPtr pClient); static int SProcRRDispatch (ClientPtr pClient);