diff options
Diffstat (limited to 'man/Xrandr.man')
-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 { |