~ubuntu-branches/ubuntu/raring/libxrandr/raring

« back to all changes in this revision

Viewing changes to src/XrrMode.c

  • Committer: Bazaar Package Importer
  • Author(s): Julien Cristau, Timo Aaltonen, Julien Cristau
  • Date: 2009-01-04 20:50:22 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20090104205022-pa9qphll6x2b8i93
Tags: 2:1.2.99.4-1
[ Timo Aaltonen ]
* New upstream prerelease.
* debian/control:
  - Build-depend on automake, libtool, xutils-dev.
  - Split the build-depends to span multiple lines.
  - Bump the build-dep on x11proto-randr-dev to (>= 1.2.99.2).
* debian/rules:
  - Run autoreconf -vfi on configure.
* debian/libxrandr2.symbols: Add the new symbols.

[ Julien Cristau ]
* Update from 1.2.99.2 to 1.2.99.4
* Bump x11proto-randr-dev build and runtime dependencies to >= 1.2.99.3.
* debian/libxrandr2.symbols: add new symbols.

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
    xRRCreateModeReply      rep;
57
57
    long                    channelSize;
58
58
 
59
 
    RRSimpleCheckExtension (dpy, info);
 
59
    RRCheckExtension (dpy, info, None);
60
60
 
61
61
    LockDisplay(dpy);
62
62
    GetReq (RRCreateMode, req);