# HG changeset patch # User John Tsiombikas # Date 1346724449 -10800 # Node ID a2c94df7f4056a034ea3963c7ed41d5c88fabaf5 # Parent 8555f3aabbc79d09c4679b0b859a9abd1e34b761 foo diff -r 8555f3aabbc7 -r a2c94df7f405 xresize.c --- a/xresize.c Thu Mar 10 14:58:46 2011 +0200 +++ b/xresize.c Tue Sep 04 05:07:29 2012 +0300 @@ -26,6 +26,8 @@ "options:\n" " -s x set specified screen size\n" " -f force size change without current size detection\n" + " --no-xrandr do not use the xrandr extension\n" + " --no-xf86vm do not use the xf86-vidmode extension\n" " -h this usage information\n"; int use_xrandr = 1;