diff options
author | puppetmaster <puppetmaster> | 2005-07-24 14:14:43 +0000 |
---|---|---|
committer | puppetmaster <puppetmaster> | 2005-07-24 14:14:43 +0000 |
commit | b727647c8373daebde0c04fddc63885fe08d12af (patch) | |
tree | 6812fc3ae51c0ca82b3e61d788be7aec653724a7 | |
parent | humm for new ecore_x_scrnsaver (diff) | |
download | elock-b727647c8373daebde0c04fddc63885fe08d12af.tar.xz |
test of til_or_since value
-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); |