1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-18 13:54:36 -05:00

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

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 ); rootpixmap = (xcb_pixmap_t *) xcb_get_property_value ( reply );
} }
else { else {
*rootpixmap = XCB_NONE; rootpixmap = XCB_NONE;
} }
free ( reply ); free ( reply );