MCPcopy Index your code
hub / github.com/coder/coder / DefaultDesktopGeometry

Function DefaultDesktopGeometry

codersdk/workspacesdk/display.go:35–37  ·  view source on GitHub ↗

DefaultDesktopGeometry returns the default native desktop geometry together with the declared model-facing geometry derived from it.

()

Source from the content-addressed store, hash-verified

33// DefaultDesktopGeometry returns the default native desktop geometry together
34// with the declared model-facing geometry derived from it.
35func DefaultDesktopGeometry() DesktopGeometry {
36 return NewDesktopGeometry(DesktopNativeWidth, DesktopNativeHeight)
37}
38
39// DefaultOpenAIComputerUseDesktopGeometry returns the default native desktop
40// geometry with OpenAI's recommended computer-use declared dimensions.

Calls 1

NewDesktopGeometryFunction · 0.85