diff options
Diffstat (limited to 'scrsaver_test.c')
-rw-r--r-- | scrsaver_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scrsaver_test.c b/scrsaver_test.c index 452c375..7a14a18 100644 --- a/scrsaver_test.c +++ b/scrsaver_test.c @@ -73,7 +73,7 @@ int main(int argc, char **argv) fatal ("QueryInfo"); - if ( stateNames[info->state] == "Disable" ) + if ( stateNames[info->state] == "Disable" || info->til_or_since == 0 ) printf("YOU YOU YOU YOU ICI"); printf ("|| window: 0lx%lx\n", info->window); |