File: Changes

package info (click to toggle)
libopengl-xscreensaver-perl 0.04-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 96 kB
  • ctags: 14
  • sloc: perl: 241; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 765 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
OpenGL-XScreenSaver 0.04 - Sat Feb 20 03:30:04 2010 +0100

    * add dimensions() function to query window dimensions

OpenGL-XScreenSaver 0.03 - Wed Jan 6 20:17:27 2010 +0100

    * the window is now displayed in standalone mode
    * do not assume that the root window has ID 0x10f, but ask the
      server
    * add 11 tests

OpenGL-XScreenSaver 0.02 - Wed Jan 6 15:44:22 2010 +0100

    * check for GL and X11 libraries in Makefile.PL so that unmet dependencies
      do not generate FAILed test reports

OpenGL-XScreenSaver 0.01 - Wed Jan 6 12:49:20 2010 +0100

    * initial code import from dizzy
    * bind GL context to a window with some ID
    * find out correct window ID to draw to
    * parse and remove XScreenSaver specific command line arguments