mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-02-22 03:11:22 +00:00
[client] overlay: cosmetic, fix typo
This commit is contained in:
parent
a34d3bbab4
commit
30c4a4786b
1 changed files with 2 additions and 2 deletions
|
@ -46,14 +46,14 @@ struct LG_OverlayOps
|
|||
|
||||
/* 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
|
||||
*/
|
||||
int (*getWindowCount)(void * udata, bool interactive);
|
||||
|
||||
/* 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.
|
||||
*
|
||||
* The caller provides `windowRects` to be populated by the callee and is sized
|
||||
|
|
Loading…
Add table
Reference in a new issue