diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2010-06-19 13:53:41 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2010-06-19 13:53:41 +0200 |
commit | b54e5c96c985856ebb578f45317dd0e47142a685 (patch) | |
tree | 2fc45a8d2e34331c1dd797dc6d793368ae6cb798 /test | |
parent | 2da6081818b6a71646ef463ddb2670909390a145 (diff) |
Rename --screen-clip to --no-screen-clip, the default cannot be changed
Diffstat (limited to 'test')
-rwxr-xr-x | test/feh.i | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -318,7 +318,7 @@ ok(waitfor { 'Large window limited to screen size'); feh_stop(); -$win = feh_start('--screen-clip 0', 'test/huge.png'); +$win = feh_start('--no-screen-clip', 'test/huge.png'); ok(waitfor { [(GetWindowPos($win))[2, 3]] ~~ [4000, 3000] }, |