ferus-web / ferus

A toy web engine written in Nim
GNU General Public License v3.0
115 stars 4 forks source link

Resizing window beyond 1000 in the X axis results in a segmentation fault [Xwayland] #12

Closed xTrayambak closed 1 year ago

xTrayambak commented 1 year ago

Description: This seems to be an Xwayland bug and we should fork windy to add Wayland support (ps. it is already there, for some reason they have commented out the line that includes it so Ferus runs on Xwayland, and I highly doubt anybody here is a Wayland developer)

Affects: all versions of Ferus until now

Steps to reproduce:

xTrayambak commented 1 year ago

This seems to be fixed with the ferusgfx backend I am working on.