mirror of
https://github.com/lbonn/rofi
synced 2024-11-15 08:37:17 +00: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 );
|
||||
}
|
||||
else {
|
||||
*rootpixmap = XCB_NONE;
|
||||
rootpixmap = XCB_NONE;
|
||||
}
|
||||
|
||||
free ( reply );
|
||||
|
|
Loading…
Reference in a new issue