xcb and XLibre #343
-
I'm a little confused right now, I don't know if xlibre has its own version of xcb in development. However, in the readme file we can read "Xnest was ported to xcb" So what did I misunderstand? And if we have an XCB version , where can we find the header files? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
"Xnest was ported to xcb" means the XLibre Xnest implementation now uses the xcb interface. You can find the related commits in the XLibre Xserver commits history: https://github.com/search?q=repo%3AX11Libre%2Fxserver%20xnest%20xcb&type=commits XLibre still uses XCB - Wikipedia maintained by freedesktop.org. There is no fork of it as of now. |
Beta Was this translation helpful? Give feedback.
"Xnest was ported to xcb" means the XLibre Xnest implementation now uses the xcb interface. You can find the related commits in the XLibre Xserver commits history: https://github.com/search?q=repo%3AX11Libre%2Fxserver%20xnest%20xcb&type=commits
XLibre still uses XCB - Wikipedia maintained by freedesktop.org. There is no fork of it as of now.