Mon 21 Jul 22:43:21 CEST 2025

This commit is contained in:
sbosse 2025-07-21 23:00:01 +02:00
parent 4985346221
commit 93e5ffdd54

19
js/x11/core/xerrors.js Normal file
View File

@ -0,0 +1,19 @@
module.exports.errorText = {
1: 'Bad request',
2: 'Bad param value',
3: 'Bad window',
4: 'Bad pixmap',
5: 'Bad atom',
6: 'Bad cursor',
7: 'Bad font',
8: 'Bad match',
9: 'Bad drawable',
10: 'Bad access',
11: 'Bad alloc',
12: 'Bad colormap',
13: 'Bad GContext',
14: 'Bad ID choice',
15: 'Bad name',
16: 'Bad length',
17: 'Bad implementation'
};