diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-14 15:54:52 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-14 15:54:52 +0000 |
commit | 9711ac0a780f686806c135045d2db9b99fbe923f (patch) | |
tree | 422a11eba052ec8e1923dcd458943fcdd8d70d04 /Stipple |
R6.6 is the Xorg base-lineXORG-MAIN
Diffstat (limited to 'Stipple')
-rw-r--r-- | Stipple | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -0,0 +1,4 @@ +#define Stipple_width 2 +#define Stipple_height 2 +static char Stipple_bits[] = { + 0x01, 0x00}; |