diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-13 02:56:42 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-13 02:56:42 +0000 |
commit | 544ec9ae021fecc6001df97a6000095f294b7422 (patch) | |
tree | 0e6eec34bd93430358ab61998b18912458a30826 | |
parent | f678f6cc9b73960c3ad61cc93fc61acefbe40ef5 (diff) | |
download | xorg-lib-libXrandr-XORG-6_8_99_902.tar.gz |
Fix troff macros from last commit to not generate cpp warningsXORG-6_8_99_903XORG-6_8_99_902XORG-6_8_99_901
-rw-r--r-- | man/Xrandr.man | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/man/Xrandr.man b/man/Xrandr.man index 8f9d93f..00fe5f1 100644 --- a/man/Xrandr.man +++ b/man/Xrandr.man @@ -150,16 +150,16 @@ Specifies the refresh rate in Hz. .PP Can be any of: .nf -#\&define RR_Rotate_0 1 -#\&define RR_Rotate_90 2 -#\&define RR_Rotate_180 4 -#\&define RR_Rotate_270 8 +\&#define RR_Rotate_0 1 +\&#define RR_Rotate_90 2 +\&#define RR_Rotate_180 4 +\&#define RR_Rotate_270 8 /\(** new in 1.0 protocol, to allow reflection of screen */ /\(** reflection is applied after rotation */ -#\&define RR_Reflect_X 16 -#\&define RR_Reflect_Y 32 +\&#define RR_Reflect_X 16 +\&#define RR_Reflect_Y 32 typedef struct { |