mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-01-09 05:43:57 +00:00
[client] overlay: windowRects
is not an array of pointers
This commit is contained in:
parent
2310920e79
commit
a34d3bbab4
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ struct LG_OverlayOps
|
||||||
* 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
|
||||||
* according to the return value of `getWindowCount`
|
* according to the return value of `getWindowCount`
|
||||||
*/
|
*/
|
||||||
void (*render)(void * udata, bool interactive, struct Rect * windowRects[]);
|
void (*render)(void * udata, bool interactive, struct Rect windowRects[]);
|
||||||
|
|
||||||
/* TODO: add load/save settings capabillity */
|
/* TODO: add load/save settings capabillity */
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue