Lines Matching refs:maxheight
836 window->maxheight != GLFW_DONT_CARE)
840 window->maxheight);
873 int minwidth, minheight, maxwidth, maxheight;
891 if (window->maxwidth == GLFW_DONT_CARE || window->maxheight == GLFW_DONT_CARE)
892 maxwidth = maxheight = 0;
896 maxheight = window->maxheight;
901 maxheight += GLFW_CAPTION_HEIGHT + GLFW_BORDER_SIZE;
908 minheight = maxheight = window->wl.height;
912 xdg_toplevel_set_max_size(window->wl.xdg.toplevel, maxwidth, maxheight);
2293 int maxwidth, int maxheight)
2300 if (maxwidth == GLFW_DONT_CARE || maxheight == GLFW_DONT_CARE)
2301 maxwidth = maxheight = 0;
2306 maxwidth, maxheight);