mirror of
https://github.com/davatorium/rofi.git
synced 2025-07-31 21:59:25 -04: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.
|
* Get the root window.
|
||||||
*
|
*
|
||||||
* @returns 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.
|
* @param xcb The xcb data structure.
|
||||||
*
|
*
|
||||||
* Disconnect and free all xcb connections and references.
|
* Disconnect and free all xcb connections and references.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue