~ubuntu-branches/debian/sid/gource/sid

« back to all changes in this revision

Viewing changes to src/core/settings.h

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Caudwell
  • Date: 2011-05-16 11:30:00 UTC
  • mfrom: (1.2.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20110516113000-vcqcni97y90b5eyy
Tags: 0.34-1
* New upstream release
* Changed build dependency from FTGL to Freetype 2
* Updated debian/copyright
* Bump Standards-Version to 3.9.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
    bool multisample;
40
40
    bool fullscreen;
41
41
    bool transparent;
42
 
 
 
42
    bool vsync;
 
43
    
43
44
    std::string output_ppm_filename;
44
45
    int output_framerate;
45
46