Around 11 o'clock on Jun 4, Pat Suwalski wrote:

> I've been trying for the last few days to find the spot where the X 
> stipple pattern is defined.

in programs/Xserver/dix/window.c, around 120 you'll find:

static unsigned char _back_lsb[4] = {0x88, 0x22, 0x44, 0x11};
static unsigned char _back_msb[4] = {0x11, 0x44, 0x22, 0x88};

Set these to zero and you'll have a black root window by default.  You'll 
also get black when you do 'xsetroot -default' with this change.

Keith Packard        XFree86 Core Team        HP Cambridge Research Lab


_______________________________________________
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert

Reply via email to