Remove unused _XROOTWINDOW hint stuff.

SVN revision: 10384
This commit is contained in:
Kim Woelders 2004-05-30 12:30:51 +00:00
parent 36a5cc5534
commit 34d097a9d0
1 changed files with 2 additions and 11 deletions

View File

@ -330,8 +330,7 @@ HintsProcessClientMessage(XClientMessageEvent * event)
void
HintsSetRootInfo(Window win, Pixmap pmap, int color)
{
static Atom a = 0, aa = 0, aaa = 0;
static Window alive_win = 0;
static Atom a = 0, aa = 0;
EDBUG(6, "HintsSetRootInfo");
@ -339,19 +338,11 @@ HintsSetRootInfo(Window win, Pixmap pmap, int color)
{
a = XInternAtom(disp, "_XROOTPMAP_ID", False);
aa = XInternAtom(disp, "_XROOTCOLOR_PIXEL", False);
aaa = XInternAtom(disp, "_XROOTWINDOW", False);
}
if (!alive_win)
{
alive_win = ECreateWindow(VRoot.win, -100, -100, 1, 1, 0);
XChangeProperty(disp, alive_win, aaa, XA_WINDOW, 32, PropModeReplace,
(unsigned char *)&alive_win, 1);
XChangeProperty(disp, VRoot.win, aaa, XA_WINDOW, 32, PropModeReplace,
(unsigned char *)&alive_win, 1);
}
if (Conf.hints.set_xroot_info_on_root_window)
win = VRoot.win;
XChangeProperty(disp, win, a, XA_PIXMAP, 32, PropModeReplace,
(unsigned char *)&pmap, 1);
XChangeProperty(disp, win, aa, XA_CARDINAL, 32, PropModeReplace,