uTox icon indicating copy to clipboard operation
uTox copied to clipboard

Use XCB instead of XLIB

Open nopjmp opened this issue 10 years ago • 3 comments

XCB is the modern library to use to communicate with the X server. It can combine multi api calls and talks the way X wants you to talk to it. However, this acts kinda like a network connection where you send the API requests then you have to receive the API requests.

This is just a thought. I may work on a port to XCB in the future when I get time to re-read the XCB documentation.

nopjmp avatar Jun 30 '14 03:06 nopjmp