Skip to content

Commit

Permalink
Fix 8344372
Browse files Browse the repository at this point in the history
  • Loading branch information
tsayao committed Nov 30, 2024
1 parent 81aee39 commit 59a73f5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1085,8 +1085,8 @@ void WindowContextTop::set_visible(bool visible) {

void WindowContextTop::set_bounds(int x, int y, bool xSet, bool ySet, int w, int h, int cw, int ch,
float gravity_x, float gravity_y) {
fprintf(stderr, "set_bounds -> x = %d, y = %d, xset = %d, yset = %d, w = %d, h = %d, cw = %d, ch = %d, gx = %f, gy = %f\n",
x, y, xSet, ySet, w, h, cw, ch, gravity_x, gravity_y);
// fprintf(stderr, "set_bounds -> x = %d, y = %d, xset = %d, yset = %d, w = %d, h = %d, cw = %d, ch = %d, gx = %f, gy = %f\n",
// x, y, xSet, ySet, w, h, cw, ch, gravity_x, gravity_y);
// newW / newH are view/content sizes

int newW = 0;
Expand Down

0 comments on commit 59a73f5

Please sign in to comment.