MCPcopy Create free account
hub / github.com/HumbleUI/JWM / _nSetContentSize

Method _nSetContentSize

linux/java/WindowX11.java:258–258  ·  view source on GitHub ↗
(int width, int height)

Source from the content-addressed store, hash-verified

256 @ApiStatus.Internal public native void _nSetWindowSize(int width, int height);
257 @ApiStatus.Internal public native void _nSetMouseCursor(int cursorId);
258 @ApiStatus.Internal public native void _nSetContentSize(int width, int height);
259 @ApiStatus.Internal public native Screen _nGetScreen();
260 @ApiStatus.Internal public native void _nRequestFrame();
261 @ApiStatus.Internal public native void _nClose();

Callers 1

setContentSizeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected