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

Issues on X11

esnosy opened this issue · comments

1- The window does no update unless maximized or resized
2- The window closes whenever any keyboard button is pressed (this is just because of the switch case)

firefox_SJ5uSBSEm7.mp4

This commit (3d54873)
also fixes the first issue ("1- The window does no update unless maximized or resized")