X11: Handle X errors via panic

This leaves a usable backtrace for debugging.
This commit is contained in:
Pasi Kallinen
2018-10-13 15:07:23 +03:00
parent df1d413118
commit b2d2521289
2 changed files with 21 additions and 0 deletions

View File

@@ -225,6 +225,7 @@ X11: make key translations work with menus on Linux
X11: allow mouse wheel scrolling to work in menus by default
X11: handle paged menu control keys
X11: remember perm_invent window geometry
X11: handle X errors via panic
General New Features