~ubuntu-branches/ubuntu/dapper/xscreensaver/dapper

« back to all changes in this revision

Viewing changes to hacks/kumppa.c

  • Committer: Bazaar Package Importer
  • Author(s): Oliver Grawert
  • Date: 2005-10-11 21:00:42 UTC
  • mfrom: (2.1.1 sarge)
  • Revision ID: james.westby@ubuntu.com-20051011210042-u7q6zslgevdxspr3
Tags: 4.21-4ubuntu17
updated pt_BR again, fixed to UTF-8 

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
char *defaults [] ={
51
51
        ".background:           black",
52
52
        "*speed:                0.1",
53
 
        "*delay:                0",
 
53
        "*delay:                10000",
54
54
#ifdef HAVE_DOUBLE_BUFFER_EXTENSION
55
55
        /* leave this off by default, since it slows things down.  -- jwz. */
56
56
        "*useDBE:               False",
68
68
        {0,0,0,0}
69
69
};
70
70
 
71
 
const char colors[96]=
 
71
const unsigned char colors[96]=
72
72
        {0,0,255, 0,51,255, 0,102,255, 0,153,255, 0,204,255,
73
73
        0,255,255,0,255,204, 0,255,153, 0,255,102, 0,255,51,
74
74
        0,255,0, 51,255,0, 102,255,0, 153,255,0, 204,255,0,