esnosy / minimal_window

A very small C library for putting pixels on the screen, perfect for software raytracing projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pixels get drawn out of bounds on Windows

esnosy opened this issue · comments

Filling a screen with color and leaving 10 pixels, you can see the entire screen still gets filled until you increase that 10 to 25 or so
image

on Wayland everything works as expected
image