Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 167714
Collapse All | Expand All

(-)libXrandr-1.2.0/include/X11/extensions/Xrandr.h (-1 / +1 lines)
Lines 296-302 Link Here
296
int
296
int
297
XRRGetOutputProperty (Display *dpy, RROutput output,
297
XRRGetOutputProperty (Display *dpy, RROutput output,
298
		      Atom property, long offset, long length,
298
		      Atom property, long offset, long length,
299
		      Bool delete, Bool pending, Atom req_type, 
299
		      Bool del, Bool pending, Atom req_type, 
300
		      Atom *actual_type, int *actual_format,
300
		      Atom *actual_type, int *actual_format,
301
		      unsigned long *nitems, unsigned long *bytes_after,
301
		      unsigned long *nitems, unsigned long *bytes_after,
302
		      unsigned char **prop);
302
		      unsigned char **prop);
(-)libXrandr-1.2.0/src/XrrProperty.c (-2 / +2 lines)
Lines 250-256 Link Here
250
int
250
int
251
XRRGetOutputProperty (Display *dpy, RROutput output,
251
XRRGetOutputProperty (Display *dpy, RROutput output,
252
		      Atom property, long offset, long length,
252
		      Atom property, long offset, long length,
253
		      Bool delete, Bool pending, Atom req_type, 
253
		      Bool del, Bool pending, Atom req_type, 
254
		      Atom *actual_type, int *actual_format,
254
		      Atom *actual_type, int *actual_format,
255
		      unsigned long *nitems, unsigned long *bytes_after,
255
		      unsigned long *nitems, unsigned long *bytes_after,
256
		      unsigned char **prop)
256
		      unsigned char **prop)
Lines 273-279 Link Here
273
    req->type = req_type;
273
    req->type = req_type;
274
    req->longOffset = offset;
274
    req->longOffset = offset;
275
    req->longLength = length;
275
    req->longLength = length;
276
    req->delete = delete;
276
    req->delete = del;
277
    req->pending = pending;
277
    req->pending = pending;
278
278
279
    if (!_XReply (dpy, (xReply *) &rep, 0, xFalse))
279
    if (!_XReply (dpy, (xReply *) &rep, 0, xFalse))

Return to bug 167714