mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
Fix stupid missing */ in commit
This commit is contained in:
parent
f0981d6697
commit
e95b2047bd
1 changed files with 3 additions and 2 deletions
|
@ -17,8 +17,9 @@ extern xcb_stuff *xcb;
|
|||
* Get the root window.
|
||||
*
|
||||
* @returns the root window.
|
||||
xcb_window_t xcb_stuff_get_root_window ( xcb_stuff *xcb );
|
||||
/**
|
||||
*/
|
||||
xcb_window_t xcb_stuff_get_root_window ( xcb_stuff *xcb );
|
||||
/**
|
||||
* @param xcb The xcb data structure.
|
||||
*
|
||||
* Disconnect and free all xcb connections and references.
|
||||
|
|
Loading…
Reference in a new issue