X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=driver%2Ftest-randr.c;h=da86e04d79d78779064c1102ceb9d079496141a2;hp=5ba24b4a9d1ab2a16df126c81a0a67915ccb76f7;hb=2d04c4f22466851aedb6ed0f2919d148f726b889;hpb=bc7b7a8eb122206d239ec0e693676bcce31be1aa diff --git a/driver/test-randr.c b/driver/test-randr.c index 5ba24b4a..da86e04d 100644 --- a/driver/test-randr.c +++ b/driver/test-randr.c @@ -1,5 +1,5 @@ /* test-randr.c --- playing with the Resize And Rotate extension. - * xscreensaver, Copyright (c) 2004 Jamie Zawinski + * xscreensaver, Copyright (c) 2004, 2005 Jamie Zawinski * * Permission to use, copy, modify, distribute, and sell this software and its * documentation for any purpose is hereby granted without fee, provided that @@ -134,6 +134,9 @@ main (int argc, char **argv) XRRConfigCurrentConfiguration (rrc, ¤t_rotation); /* Times */ +# if 0 /* #### This is wrong -- I don't understand what these two + timestamp numbers represent, or how they correlate + to the wall clock or to each other. */ { Time server_time, config_time; server_time = XRRConfigTimes (rrc, &config_time); @@ -144,6 +147,7 @@ main (int argc, char **argv) fprintf (stderr, "%s: config changed %lu seconds ago\n", blurb(), (unsigned long) (server_time - config_time)); } +# endif /* Rotations */ {