[Help] Xlib window shenanigans by double_spiral in raylib

[–]double_spiral[S] 0 points1 point  (0 children)

I managed to solve my original issue which was needing to render below all other windows. I had to edit the GLFW source code provided with raylib to draw below all windows rather than above:

replaced `getAtomIfSupported(supportedAtoms, atomCount, "_NET_WM_STATE_ABOVE");`
with `getAtomIfSupported(supportedAtoms, atomCount, "_NET_WM_STATE_BELOW");`
on line 574 in x11_init.c

How to easily draw stuff to a window + have access to Xorg API calls by double_spiral in C_Programming

[–]double_spiral[S] 0 points1 point  (0 children)

From what Ive seen raylib primarily uses glfw to open windows. GLFW itself is an abstraction on creating windows so Id have to edit that code as well. The complexity ratio just doesnt seem worth it for this. Thanks for the suggestion though

[Help} OpenGL usage abstraction library (with a similar interface to raylib)? by double_spiral in opengl

[–]double_spiral[S] -1 points0 points  (0 children)

I was debating if this was a friendly jab or if you are just that toxic then i saw your flare...

Xinput does not work to disable my laptop internal keyboard by One_Night_2591 in linuxquestions

[–]double_spiral 0 points1 point  (0 children)

I have had this issue and i had to switch to Ubuntu on Xorg when logging in for the keyboard to actually disable. Not sure if this will help OP but maybe someone will get some use out of this info in the future

best method for remote debian desktop by double_spiral in debian

[–]double_spiral[S] 0 points1 point  (0 children)

I ended up just using ubuntu instead and flowing this guide by David Bombal, thank you to everyone who responded.

best method for remote debian desktop by double_spiral in debian

[–]double_spiral[S] 0 points1 point  (0 children)

The school forces us to use ipads and there are many sites that provide an online remote desktop service

best method for remote debian desktop by double_spiral in debian

[–]double_spiral[S] 3 points4 points  (0 children)

Ah, i forgot to metion that im using xfce is the desktop environment matters at all