1
0
Fork 0
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:
Dave Davenport 2016-10-15 15:45:28 +02:00
parent f0981d6697
commit e95b2047bd

View file

@ -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.