[Renderers/Cairo] Fix cairo renderer and example (#416)

This commit is contained in:
Zordan 2025-05-19 02:36:08 +03:00 committed by GitHub
parent 76351a0999
commit eb1d85f2a6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View file

@ -145,7 +145,7 @@ int main(void) {
"Quicksand Semibold"
};
Clay_SetMeasureTextFunction(Clay_Cairo_MeasureText, (uintptr_t)fonts);
Clay_SetMeasureTextFunction(Clay_Cairo_MeasureText, fonts);
Clay_BeginLayout();