tno black and white - plan9port - [fork] Plan 9 from user space
 (HTM) git clone git://src.adamsgaard.dk/plan9port
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 8f5c6c7d795c78e46bdc8498d545253d91cdf769
 (DIR) parent b2f9ee0de55f3c59c83f479d12cfe8c894935bd7
 (HTM) Author: rsc <devnull@localhost>
       Date:   Wed, 13 Jul 2005 03:57:45 +0000
       
       no black and white
       
       Diffstat:
         M src/libdraw/x11-init.c              |       3 ---
         M src/libdraw/x11-memdraw.h           |       2 --
       
       2 files changed, 0 insertions(+), 5 deletions(-)
       ---
 (DIR) diff --git a/src/libdraw/x11-init.c b/src/libdraw/x11-init.c
       t@@ -545,9 +545,6 @@ xattach(char *label)
                if(0) fprint(2, "x: display=%p kbd=%p mouse=%p snarf=%p\n",
                        _x.display, _x.kbdcon, _x.mousecon, _x.snarfcon);
        
       -        _x.black        = xscreen->black_pixel;
       -        _x.white        = xscreen->white_pixel;
       -
                return _x.screenimage;
        
        err0:
 (DIR) diff --git a/src/libdraw/x11-memdraw.h b/src/libdraw/x11-memdraw.h
       t@@ -20,7 +20,6 @@ struct Xmem
        };
        
        struct Xprivate {
       -        u32int                black;
                u32int                chan;
                XColormap        cmap;
                XCursor                cursor;
       t@@ -63,7 +62,6 @@ struct Xprivate {
                int                tox11[256];
                int                usetable;
                XVisual                *vis;
       -        u32int                white;
                Atom                clipboard;
                Atom                utf8string;
                Atom                targets;