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

« back to all changes in this revision

Viewing changes to hacks/imsmap.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:
16
16
 
17
17
#include <stdio.h>
18
18
#include <math.h>
 
19
#include <time.h>
19
20
#include <sys/time.h> /* for gettimeofday() */
20
21
 
21
22
#include <X11/Xlib.h>
418
419
              if (cycle_p)
419
420
                {
420
421
                  struct timeval now;
421
 
                  static struct timeval then = { 0, };
 
422
                  static struct timeval then = { 0, 0 };
422
423
                  unsigned long diff;
423
424
#ifdef GETTIMEOFDAY_TWO_ARGS
424
425
                  struct timezone tzp;