Overhauled window drawing, yet again; fixes issue #155

- Buffer for window content is bigger than the window, minimizes artifacts
  when window is resized
- Back to using XSetWindowBackgroundPixmap() instead of XCopyArea(),
  no need to handle exposure events; X server can show gray background directly
  after resize event before sxiv redraws the window contents
This commit is contained in:
Bert Münnich
2014-07-28 20:36:32 +02:00
parent 5e481912ec
commit bb6721549b
6 changed files with 54 additions and 75 deletions

View File

@ -1,4 +1,4 @@
VERSION = git-20140725
VERSION = git-20140728
PREFIX = /usr/local
MANPREFIX = $(PREFIX)/share/man