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:
parent
1f4af41e96
commit
5fb6ee1383
1 changed files with 1 additions and 1 deletions
|
@ -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 );
|
||||||
|
|
Loading…
Reference in a new issue