~ubuntu-branches/ubuntu/precise/xorg-server/precise-updates

« back to all changes in this revision

Viewing changes to randr/rrdispatch.c

Tags: 2:1.10.1-2
* Build xserver-xorg-core-udeb on hurd-i386.  Thanks, Samuel Thibault!
* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
static int
36
36
ProcRRQueryVersion (ClientPtr client)
37
37
{
38
 
    xRRQueryVersionReply rep;
 
38
    xRRQueryVersionReply rep = {0};
39
39
    register int n;
40
40
    REQUEST(xRRQueryVersionReq);
41
41
    rrClientPriv(client);