mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-12-23 14:03:40 +00:00
[client] overlay: cosmetic, fix typo
This commit is contained in:
parent
a34d3bbab4
commit
30c4a4786b
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user