| # | Line 256 | Line 256 | init() /* get data and open window */ | |
|---|---|---|
| 256 | } | |
| 257 | } | |
| 258 | /* open window */ | |
| 259 | < | ourwinattr.border_pixel = ourblack; |
| 260 | < | ourwinattr.background_pixel = ourwhite; |
| 259 | > | ourwinattr.border_pixel = ourwhite; |
| 260 | > | ourwinattr.background_pixel = ourblack; |
| 261 | ourwinattr.colormap = XCreateColormap(thedisplay, ourroot, | |
| 262 | ourvis.visual, AllocNone); | |
| 263 | wind = XCreateWindow(thedisplay, ourroot, oursizhints.x, oursizhints.y, | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |