Skip to content

Commit

Permalink
chore: Fix type conversion error in patch set
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Apr 19, 2024
1 parent 3b52bd4 commit 349c644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion staging/mutter/3567.patch
Original file line number Diff line number Diff line change
Expand Up @@ -1380,7 +1380,7 @@ index c18b3eab5..55c7b8b98 100644
+ {
+ MetaWindowX11 *window_x11 = META_WINDOW_X11 (window);
+
+ window->size_hints = *hints;
+ window->size_hints = *(MetaSizeHints*)(hints);
+
+ meta_window_x11_protocol_to_stage (window_x11,
+ hints->x, hints->y,
Expand Down

0 comments on commit 349c644

Please sign in to comment.