diff options
author | Dylan Simon <dylan@dylex.net> | 2009-09-27 14:44:35 -0400 |
---|---|---|
committer | James Cloos <cloos@jhcloos.com> | 2009-09-27 14:44:35 -0400 |
commit | 5e825a140f4022b88dd7a1a20a9a01b653f1a95c (patch) | |
tree | 36a25fc8b364053ea0c126013eabaa7cb69075b8 /xeyes.man | |
parent | dbb8401026c421d64a2962e6ac6eb900f6dc141e (diff) |
Add xrender support
Optionally draw all components (except shape) with xrender.
Enabled by default. Xlib rendering can be restored by
"configure --without-xrender" or "xeyes +render".
Signed-off-by: Dylan Simon <dylan@dylex.net>
Signed-off-by: James Cloos <cloos@jhcloos.com>
Diffstat (limited to 'xeyes.man')
-rw-r--r-- | xeyes.man | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -44,7 +44,14 @@ choose a different width for the window border. uses the SHAPE extension to shape the window. This is the default. .TP 8 .B \+shape -Disables uses the SHAPE extension to shape the window. +disables use of the SHAPE extension to shape the window. +.TP 8 +.B \-render +uses Xrender to draw anti-aliased eyes. +This is the default if \fIxeyes\fP has been compiled with Xrender support. +.TP 8 +.B \+render +disables Xrender and draws traditional eyes. .SH "SEE ALSO" X(__miscmansuffix__), X Toolkit documentation .br |