mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 08:38:20 +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
|
||||
* 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 */
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user