Alexey Kutepov
Alexey Kutepov
It doesn't work like that. 
On the other hand, bot could've retrieve the emote ids of the server and use them to produce correct Discord emotes. I'll see what we can do here. Thanks for...
@bresilla yes, I have something like that in mind. But we gonna start small. First we gonna just implement tablet navigation. Drawing stuff will be the next step :)
Reopened by #106
- [x] XSHMGetImage() from MITSHM - [x] DGA https://en.wikipedia.org/wiki/Direct_Graphics_Access
We tried xXf86dga https://linux.die.net/man/3/xdga but it appears it doesn't really do what we want and almost deprecated anyway https://bugs.freedesktop.org/show_bug.cgi?id=6153 So, let's stick with only MIT-SHM for now, because it just...
Blocked by #24
@iv4nhoe interesting! Thanks for reporting that! I'll try to reproduce!
@iv4nhoe but does it work with `nimble build -d:select -d:windowed`?
@kiprasmel yep, that's why it's not ON by default. Because it never worked, because I never figured out how to make it work without `-d:select`. :D Thank you for creating...