1
0
Fork 0
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:
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. * 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.