summaryrefslogtreecommitdiff
path: root/src/main.cc
AgeCommit message (Collapse)Author
2017-09-27Add some rather quirky X fixesJoel Klinghed
So, from the xserver code, if you don't specify a border pixel you must match the parent window depth. Also, if you don't specify a colormap you need to match the parent visual
2017-09-27Do not wait for animation when draw request comes from X serverx_format_testJoel Klinghed
When resizing the window I get two xcb_configure_notify_t events, one with x = 0, y = 0 and the new size and just after that a new configure event with the right x and y values and still the new size. Unless I force draw it's possible to get the desktop background at 0,0 instead of the right location.
2017-09-27Use a 10p fontsizeJoel Klinghed
2017-09-26Animate job count changesJoel Klinghed
2017-09-26Compensate for radius of rounded cornersJoel Klinghed
2017-09-26Fix a possible uninitialized local variableJoel Klinghed
And fix a too long line
2017-09-26Initial commitJoel Klinghed