no black and white

This commit is contained in:
rsc 2005-07-13 03:57:45 +00:00
parent b2f9ee0de5
commit 8f5c6c7d79
2 changed files with 0 additions and 5 deletions

View file

@ -545,9 +545,6 @@ xattach(char *label)
if(0) fprint(2, "x: display=%p kbd=%p mouse=%p snarf=%p\n", if(0) fprint(2, "x: display=%p kbd=%p mouse=%p snarf=%p\n",
_x.display, _x.kbdcon, _x.mousecon, _x.snarfcon); _x.display, _x.kbdcon, _x.mousecon, _x.snarfcon);
_x.black = xscreen->black_pixel;
_x.white = xscreen->white_pixel;
return _x.screenimage; return _x.screenimage;
err0: err0:

View file

@ -20,7 +20,6 @@ struct Xmem
}; };
struct Xprivate { struct Xprivate {
u32int black;
u32int chan; u32int chan;
XColormap cmap; XColormap cmap;
XCursor cursor; XCursor cursor;
@ -63,7 +62,6 @@ struct Xprivate {
int tox11[256]; int tox11[256];
int usetable; int usetable;
XVisual *vis; XVisual *vis;
u32int white;
Atom clipboard; Atom clipboard;
Atom utf8string; Atom utf8string;
Atom targets; Atom targets;