Skip to content

Commit

Permalink
Size-request directly directly at window creation
Browse files Browse the repository at this point in the history
This fixes robtk plugin window sizes in jalv.qt5
  • Loading branch information
x42 committed Jun 1, 2022
1 parent 3beb5f7 commit 4a2a17e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pugl/pugl_x11.c
Original file line number Diff line number Diff line change
Expand Up @@ -627,5 +627,6 @@ puglUpdateGeometryConstraints(PuglView* view, int min_width, int min_height, boo
sizeHints.max_aspect.y=min_height;
}
XSetWMNormalHints(view->impl->display, view->impl->win, &sizeHints);
XFlush(view->impl->display);
return 0;
}

0 comments on commit 4a2a17e

Please sign in to comment.