diff options
author | Bert Münnich <be.muennich@googlemail.com> | 2012-03-13 21:58:48 +0100 |
---|---|---|
committer | Bert Münnich <be.muennich@googlemail.com> | 2012-03-13 21:58:48 +0100 |
commit | d7ff54bb6efc3dbaa2e524a141b423f894bcbc98 (patch) | |
tree | de9efd4f6740b5c8d978755432c30422e6a15a03 /Makefile | |
parent | 3238ef6bf6a4a0e1842aff565f4286ef9de6ce3c (diff) |
Optimized redraw timeout after window resize for tiling window managers; related to issue #44
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -VERSION = git-20120302 +VERSION = git-20120313 CC = gcc CFLAGS = -ansi -Wall -pedantic -O2 |