Doug Binks
                                            Doug Binks
                                        
                                    There is already a preexisting issue open for support for resizing undecorated windows #990
@Seneral >True, but it's dissappointing to see there has been no action taken on any of the many merge requests. What do you think does it take for glfw to...
> I didn't know it was one person - maybe it's time to take on more maintainers then. Taking on maintainers is not easy and doesn't always solve things. >...
It takes a considerable amount of time for us to review and merge a PR, even one which are *ready to merge*. Even simple ones with only one OS affected...
We already have [glfwGetMonitorWorkarea](https://www.glfw.org/docs/3.3/monitor_guide.html#monitor_workarea) which is equivalent to your `glfwGetMonitorRect` for the work area (area you can position a window within). If you need more than the work area, you...
Could you provide some more information about how you are testing this (how you get & compile GLFW, what application are you running, have you tested with a GLFW example...
Many thanks for this PR. The code for this looks very reasonable, however I think we need some extra documentation to go along with this. In particular the following comment...
Given this effectively changes the API we need an init hint similar to the `GLFW_JOYSTICK_HAT_BUTTONS` initialization hint. https://www.glfw.org/docs/3.3/intro_guide.html#init_hints If you don't have time to add this let me know and...
Thanks for the changes - I've noticed one line I think needs to be added to the documentation.
Many thanks for this work. Apologies for not spotting this earlier but going over the input functionality it looks like another option for setting the `GLFW_MOUSE_BUTTON_LIMIT` might be via [glfwSetInputMode](https://www.glfw.org/docs/3.3/group__input.html#gaa92336e173da9c8834558b54ee80563b)...