apply xclearwin patch
parent
e4d2c3eede
commit
6d944657ba
6
st.c
6
st.c
|
|
@ -2189,10 +2189,8 @@ strhandle(void)
|
|||
fprintf(stderr, "erresc: invalid color j=%d, p=%s\n",
|
||||
j, p ? p : "(null)");
|
||||
} else {
|
||||
/*
|
||||
* TODO if defaultbg color is changed, borders
|
||||
* are dirty
|
||||
*/
|
||||
if (j == defaultbg)
|
||||
xclearwin();
|
||||
tfulldirt();
|
||||
}
|
||||
return;
|
||||
|
|
|
|||
1
win.h
1
win.h
|
|
@ -39,3 +39,4 @@ void xsetpointermotion(int);
|
|||
void xsetsel(char *);
|
||||
int xstartdraw(void);
|
||||
void xximspot(int, int);
|
||||
void xclearwin(void);
|
||||
|
|
|
|||
Loading…
Reference in New Issue