[client] overlay: cosmetic, fix typo

This commit is contained in:
Geoffrey McRae 2021-07-22 14:50:10 +10:00
parent a34d3bbab4
commit 30c4a4786b

View File

@ -46,14 +46,14 @@ struct LG_OverlayOps
/* get the number of windows that will be rendered when `render` is called /* get the number of windows that will be rendered when `render` is called
* *
*`interactive` is true if the application is currently in ovelay interaction *`interactive` is true if the application is currently in overlay interaction
* mode * mode
*/ */
int (*getWindowCount)(void * udata, bool interactive); int (*getWindowCount)(void * udata, bool interactive);
/* perform the actual drawing/rendering /* perform the actual drawing/rendering
* *
* `interactive` is true if the application is currently in ovelay interaction * `interactive` is true if the application is currently in overlay interaction
* mode. * mode.
* *
* The caller provides `windowRects` to be populated by the callee and is sized * The caller provides `windowRects` to be populated by the callee and is sized