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