Bert 13 лет назад
Родитель
Сommit
0b91328181
2 измененных файлов: 2 добавлений и 2 удалений
  1. +1
    -1
      Makefile
  2. +1
    -1
      window.c

+ 1
- 1
Makefile Просмотреть файл

@@ -1,6 +1,6 @@
all: sxiv

VERSION=0.8
VERSION=git-20110414

CC?=gcc
PREFIX?=/usr/local


+ 1
- 1
window.c Просмотреть файл

@@ -247,7 +247,7 @@ void win_toggle_fullscreen(win_t *win) {
cm->data.l[3] = 0;

XSendEvent(win->env.dpy, DefaultRootWindow(win->env.dpy), False,
SubstructureNotifyMask, &ev);
SubstructureNotifyMask | SubstructureRedirectMask, &ev);
}

void win_clear(win_t *win) {


Загрузка…
Отмена
Сохранить