Explorar el Código

Fixed issue #72

master
muennich hace 12 años
padre
commit
5106472d8b
Se han modificado 2 ficheros con 5 adiciones y 3 borrados
  1. +1
    -1
      Makefile
  2. +4
    -2
      main.c

+ 1
- 1
Makefile Ver fichero

@@ -1,4 +1,4 @@
VERSION = git-20120831
VERSION = git-20121220

PREFIX = /usr/local
MANPREFIX = $(PREFIX)/share/man


+ 4
- 2
main.c Ver fichero

@@ -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);


||||||
x
 
000:0
Cargando…
Cancelar
Guardar