Skip to content

OF_FULLSCREEN has small bottom gap on Windows #8457

@vonqo

Description

@vonqo
ofGLWindowSettings settings;
settings.setGLVersion(4, 1);
settings.setSize(1920, 1080); // Monitor has 1920x1080 display,
settings.windowMode = OF_FULLSCREEN;

auto window = ofCreateWindow(settings);
ofRunApp(window, make_shared<ofApp>());
ofRunMainLoop();

Application creates the gap between bottom of the screen and application window. Gap is around ~19px and i painted in red.

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions