Fix rootwindow set at wrong pointer level.

This commit is contained in:
Dave Davenport 2016-06-21 22:09:29 +02:00
parent 1f4af41e96
commit 5fb6ee1383
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ static xcb_pixmap_t get_root_pixmap ( xcb_connection_t *c,
rootpixmap = (xcb_pixmap_t *) xcb_get_property_value ( reply );
}
else {
*rootpixmap = XCB_NONE;
rootpixmap = XCB_NONE;
}
free ( reply );