init
This commit is contained in:
7
st-flexipatch/patch/netwmicon_legacy.c
Normal file
7
st-flexipatch/patch/netwmicon_legacy.c
Normal file
@@ -0,0 +1,7 @@
|
||||
void
|
||||
setnetwmicon(void)
|
||||
{
|
||||
xw.netwmicon = XInternAtom(xw.dpy, "_NET_WM_ICON", False);
|
||||
XChangeProperty(xw.dpy, xw.win, xw.netwmicon, XA_CARDINAL, 32,
|
||||
PropModeReplace, (uchar *)&icon, LEN(icon));
|
||||
}
|
||||
Reference in New Issue
Block a user