~ubuntu-branches/ubuntu/hardy/kdeartwork/hardy-backports

« back to all changes in this revision

Viewing changes to kscreensaver/xsavers/xlock.h

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2007-05-23 16:01:05 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20070523160105-ev2i2rmvb2en06xe
Tags: 4:3.5.7-1ubuntu1
Merge with Debian for new upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
#define ICONW             64
63
63
#define ICONH             64
64
64
 
65
 
#ifndef min
66
 
#define min(a,b) ((a)<(b)?(a):(b))
67
 
#endif
68
 
 
69
65
#if defined VMS || defined __QNX__
70
66
#ifdef VMS
71
67
/*#define VMS_PLAY*/