~ubuntu-branches/ubuntu/quantal/xscreensaver/quantal

« back to all changes in this revision

Viewing changes to hacks/glx/glsnake.c

  • Committer: Bazaar Package Importer
  • Author(s): Ted Gould
  • Date: 2008-08-28 16:15:25 UTC
  • mfrom: (1.1.6 upstream) (2.1.3 lenny)
  • Revision ID: james.westby@ubuntu.com-20080828161525-mxga521aoezxjq8h
Tags: 5.07-0ubuntu1
* Upgrade upstream version
* debian/control: Remove suggest xdaliclock as it is no longer
  included
* Remove 10_jwz-screensaver-randr-patch-3.patch as it has been merged
  upstream.
* Add 24_hacks_xsublim_enable.patch as it seems that xsublim was dropped
  from the build files.  There is nothing in the Changelog about it
  so I believe it was accidental.
* Updating the .desktop files from the XML files using gnome-screensaver's
  utility to do so.  Lots of text updates.  Also:
    * Added: abstractile.desktop
    * Added: cwaves.desktop
    * Added: m6502.desktop
    * Added: skytentacles.desktop
    * Removed: xteevee.desktop
* xscreensaver-gl-extra.files: Added skytentacles
* xscreensaver-data-extra.files: Added abstractile, cwaves and m6502
* xscreensaver-data.files: Remove partial abstractile, m6502 and cwaves

Show diffs side-by-side

added added

removed removed

Lines of Context:
98
98
#define DEF_ANGVEL      1.0
99
99
#define DEF_STATICTIME  5000
100
100
#define DEF_ALTCOLOUR   0
101
 
#define DEF_TITLES      1
 
101
#define DEF_TITLES      0
102
102
#define DEF_INTERACTIVE 0
103
103
#define DEF_ZOOM        25.0
104
104
#define DEF_WIREFRAME   0
111
111
#define DEF_ANGVEL      "1.0"
112
112
#define DEF_STATICTIME  "5000"
113
113
#define DEF_ALTCOLOUR   "False"
114
 
#define DEF_TITLES      "True"
 
114
#define DEF_TITLES      "False"
115
115
#define DEF_INTERACTIVE "False"
116
116
#define DEF_ZOOM        "25.0"
117
117
#define DEF_WIREFRAME   "False"
147
147
#define DEFAULTS "*delay:          30000                      \n" \
148
148
                 "*count:          30                         \n" \
149
149
                 "*showFPS:        False                      \n" \
150
 
                 "*labelfont:   -*-times-bold-r-normal-*-180-*\n" \
 
150
                 "*labelfont:   -*-helvetica-medium-r-normal-*-180-*\n" \
151
151
 
152
152
 
153
153
 
1706
1706
        print_gl_string(mi->dpy, bp->font, bp->font_list,
1707
1707
                        mi->xgwa.width, mi->xgwa.height,
1708
1708
                        10.0, (float) mi->xgwa.height - 10.0,
1709
 
                        s);
 
1709
                        s, False);
1710
1710
#endif
1711
1711
    }
1712
1712
    glPopMatrix();