st

Kris's build of st
git clone git clone https://git.krisyotam.com/krisyotam/st.git
Log | Files | Refs | README | LICENSE

netwmicon_legacy.c (200B)


      1 void
      2 setnetwmicon(void)
      3 {
      4 	xw.netwmicon = XInternAtom(xw.dpy, "_NET_WM_ICON", False);
      5 	XChangeProperty(xw.dpy, xw.win, xw.netwmicon, XA_CARDINAL, 32,
      6 			PropModeReplace, (uchar *)&icon, LEN(icon));
      7 }