| # | Line 133 | Line 133 | char *name, *id; | |
|---|---|---|
| 133 | stderr_v("cannot create window\n"); | |
| 134 | return(NULL); | |
| 135 | } | |
| 136 | – | XFreeColormap(ourdisplay, ourwinattr.colormap); |
| 136 | XStoreName(ourdisplay, gwind, id); | |
| 137 | /* create a cursor */ | |
| 138 | pickcursor = XCreateFontCursor(ourdisplay, XC_diamond_cross); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |