Skip to content
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.

Commit

Permalink
Fixed issue #72
Browse files Browse the repository at this point in the history
  • Loading branch information
xyb3rt committed Dec 20, 2012
1 parent 69a6df2 commit 5106472
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,4 +1,4 @@
VERSION = git-20120831
VERSION = git-20121220

PREFIX = /usr/local
MANPREFIX = $(PREFIX)/share/man
Expand Down
6 changes: 4 additions & 2 deletions main.c
Expand Up @@ -479,10 +479,12 @@ void run(void) {
break;
case ConfigureNotify:
if (win_configure(&win, &ev.xconfigure)) {
if (mode == MODE_IMAGE)
if (mode == MODE_IMAGE) {
img.dirty = true;
img.checkpan = true;
else
} else {
tns.dirty = true;
}
if (!resized || win.fullscreen) {
redraw();
set_timeout(clear_resize, TO_REDRAW_RESIZE, false);
Expand Down

0 comments on commit 5106472

Please sign in to comment.