13 lines
583 B
Diff
13 lines
583 B
Diff
diff -up libXrandr-1.2.99.4/src/XrrOutput.c.jx libXrandr-1.2.99.4/src/XrrOutput.c
|
|
--- libXrandr-1.2.99.4/src/XrrOutput.c.jx 2008-12-17 11:32:33.000000000 -0500
|
|
+++ libXrandr-1.2.99.4/src/XrrOutput.c 2009-02-04 16:40:39.000000000 -0500
|
|
@@ -180,7 +180,7 @@ XRRGetOutputPrimary(Display *dpy, Window
|
|
LockDisplay(dpy);
|
|
GetReq (RRGetOutputPrimary, req);
|
|
req->reqType = info->codes->major_opcode;
|
|
- req->randrReqType = X_RRGetOutputProperty;
|
|
+ req->randrReqType = X_RRGetOutputPrimary;
|
|
req->window = window;
|
|
|
|
if (!_XReply (dpy, (xReply *) &rep, 0, xFalse))
|