~ubuntu-branches/ubuntu/trusty/libsdl2/trusty

« back to all changes in this revision

Viewing changes to include/SDL_test_common.h

  • Committer: Package Import Robot
  • Author(s): Manuel A. Fernandez Montecelo
  • Date: 2013-08-12 20:45:31 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20130812204531-ohq46dgh5s6fp7pi
Tags: 2.0.0+dfsg1-1
* New upstream release
* Filter upstream tarball from binaries and unneeded cruft
  - Remove from debian/copyright files that are now filtered out when creating
    the orig.tar
* Add build-dependency on libdbus-1-dev, to use D-Bus
* Switch to @debian.org address
* Bring the man page of sdl-config up to date

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
    int window_minH;
70
70
    int window_maxW;
71
71
    int window_maxH;
 
72
    int logical_w;
 
73
    int logical_h;
 
74
    float scale;
72
75
    int depth;
73
76
    int refresh_rate;
74
77
    int num_windows;