xresize
changeset 1:a2c94df7f405 tip
foo
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Tue, 04 Sep 2012 05:07:29 +0300 |
parents | 8555f3aabbc7 |
children | |
files | xresize.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line diff
1.1 --- a/xresize.c Thu Mar 10 14:58:46 2011 +0200 1.2 +++ b/xresize.c Tue Sep 04 05:07:29 2012 +0300 1.3 @@ -26,6 +26,8 @@ 1.4 "options:\n" 1.5 " -s <w>x<h> set specified screen size\n" 1.6 " -f force size change without current size detection\n" 1.7 + " --no-xrandr do not use the xrandr extension\n" 1.8 + " --no-xf86vm do not use the xf86-vidmode extension\n" 1.9 " -h this usage information\n"; 1.10 1.11 int use_xrandr = 1;