Little test that I made to figure out how use the Present extension of X11 with XCB.
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
bricks 08e918f771 Update 'README.md' vor 1 Jahr
LICENSE Initial commit vor 1 Jahr
README.md Update 'README.md' vor 1 Jahr
makefile Upload files to '' vor 1 Jahr
test.c Upload files to '' vor 1 Jahr

README.md

XCB-Present-test-2

Little test that I made to figure out how use the Present extension of X11 with XCB. It animates a bar going from left to right. That's it. I didn't put in any code to manage its size so don't resize its window.

To compile, just run make

Dependencies :

  • C99 + posix
  • libxcb
  • libxcb-present
  • libxcb-util
  • libcairo

Controls:

  • any mouse input to stop/resume the animation
  • any keyboard input to exit the program