Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
Immanuel
/
sxiv
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
Fixed background color for non-EWMH-compliant WMs
master
Bert
14 anni fa
parent
ba293b09df
commit
d54e64faae
1 ha cambiato i file
con
5 aggiunte
e
1 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-1
main.c
+ 5
- 1
main.c
Vedi File
@@ -565,7 +565,11 @@ void on_keypress(XKeyEvent *kev) {
exit(0);
case XK_f:
win_toggle_fullscreen(&win);
/* render on next configurenotify */
if (mode == MODE_NORMAL)
img.checkpan = 1;
else
tns.dirty = 1;
timo_redraw = TO_WIN_RESIZE;
break;
}
Write
Preview
Loading…
Annulla
Salva