esnosy / minimal_window

A very small C library for putting pixels on the screen, perfect for software raytracing projects.
GNU General Public License v3.0
114 stars 3 forks source link

Issues on X11 #3

Closed esnosy closed 9 months ago

esnosy commented 1 year ago

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)

https://user-images.githubusercontent.com/25552173/234733240-a80b43e1-195d-4a7a-b9c0-1169cb185efc.mp4

esnosy commented 9 months ago

This commit (https://github.com/iyadahmed/minimal_window/commit/3d548731049c1b10dec159e0c4e512f65ffd0274) also fixes the first issue ("1- The window does no update unless maximized or resized")