python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
XCB EWMH getting client list returns only Google Chrome windows
I am using XCB to write my own window manager. To create a taskbar I need to get list of all the windows. I could track them and keep it somewhere, but I can see on the github that many other solution...
Filip Górny
Votes: 0
Answers: 0
Cmake can't finde "XCB"
I am trying to install the Vulkan SDK on my Linux Mint Machine, but I have problems with building it.
When I type cmake .. -Wno-dev
I get this output
-- Using cmake find_program to look for glslangVa...
Ben Kinigadner
Votes: 0
Answers: 1
xcb Initial window position
I have a question regarding xcb windows. I am creating a xcb window using position and size. I get the following log messages, based on my implementation:
create: x:560 y:300 width:800 height:600
map ...
MarkaRagnos0815
Votes: 0
Answers: 1