Skip to content

Provide an option to make the GFLW window on Linux not resizeable #37623

@skycomposter

Description

@skycomposter

Use case

For applications that require a fixed size and can't handle resizing gracefully.

Proposal

This is a simple one line change before the window is created:
glfwWindowHint(GLFW_RESIZEABLE, GFLW_FALSE)

What I'm not sure about is the proper API to actually pass in the boolean to the flutter_window_controller and pipe it down to flutter_glfw.

Metadata

Metadata

Labels

a: desktopRunning on desktopcustomer: dream (g3)e: glfwGLFW desktop embeddingengineflutter/engine related. See also e: labels.platform-linuxBuilding on or for Linux specifically

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions