[client] overlay: windowRects is not an array of pointers

This commit is contained in:
Geoffrey McRae 2021-07-22 14:48:08 +10:00
parent 2310920e79
commit a34d3bbab4

View File

@ -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 */
};