~ubuntu-branches/ubuntu/wily/libjna-java/wily-proposed

« back to all changes in this revision

Viewing changes to src/com/sun/jna/examples/unix/X11.java

  • Committer: Bazaar Package Importer
  • Author(s): Michael Koch
  • Date: 2009-11-02 14:14:51 UTC
  • mfrom: (4.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20091102141451-j5hdwzzq5zwxrp4n
* New upstream release.
* Fixed debian/repack-source.sh to correctly use mktemp.
* Make libjna-java Depends on *-headless packages.
* Moved package under pkg-java control.
* Added debian/README.source to describe quilt.
* Added myself as Uploader.

Show diffs side-by-side

added added

removed removed

Lines of Context:
275
275
 
276
276
    /** Definition of the Xevie library. */
277
277
    interface Xevie extends Library {
 
278
        /** Instance of Xevie. Note: This extension has been removed from xorg/xserver on Oct 22, 2008 because it is broken and maintainerless. */
278
279
        Xevie INSTANCE = (Xevie)Native.loadLibrary("Xevie", Xevie.class);
279
280
        int XEVIE_UNMODIFIED = 0;
280
281
        int XEVIE_MODIFIED   = 1;