mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-12-23 14:03:40 +00:00
[client] overlay: windowRects
is not an array of pointers
This commit is contained in:
parent
2310920e79
commit
a34d3bbab4
@ -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 New Issue
Block a user