~cyphermox/ubuntu/precise/xscreensaver/merge-5.15-2

« back to all changes in this revision

Viewing changes to driver/test-passwd.c

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2010-11-17 15:40:52 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20101117154052-w4ou7vty38gpp1r3
Tags: 5.12-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
int mouse_screen (saver_info *si) { return 0; }
61
61
void check_for_leaks (const char *where) { }
62
62
void shutdown_stderr (saver_info *si) { }
 
63
void resize_screensaver_window (saver_info *si) { }
 
64
void describe_monitor_layout (saver_info *si) { }
 
65
Bool update_screen_layout (saver_info *si) { return 0; }
63
66
 
64
67
const char *blurb(void) { return progname; }
65
68
Atom XA_SCREENSAVER, XA_DEMO, XA_PREFS;