Bert Münnich před 13 roky
rodič
revize
bca3666862
2 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +1
    -1
      Makefile
  2. +1
    -1
      window.c

+ 1
- 1
Makefile Zobrazit soubor

@@ -1,4 +1,4 @@
VERSION = git-20120316 VERSION = git-20120328


CC = gcc CC = gcc
CFLAGS = -ansi -Wall -pedantic -O2 CFLAGS = -ansi -Wall -pedantic -O2


+ 1
- 1
window.c Zobrazit soubor

@@ -206,7 +206,7 @@ void win_open(win_t *win) {
win_set_title(win, "sxiv"); win_set_title(win, "sxiv");


classhint.res_name = "sxiv"; classhint.res_name = "sxiv";
classhint.res_class = "sxiv"; classhint.res_class = "Sxiv";
XSetClassHint(e->dpy, win->xwin, &classhint); XSetClassHint(e->dpy, win->xwin, &classhint);


if (!options->hide_bar) { if (!options->hide_bar) {


||||||
x
 
000:0
Načítá se…
Zrušit
Uložit