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
Removed debug output
master
Bert
14 anni fa
parent
e09a6b5e3f
commit
ac747c3f91
1 ha cambiato i file
con
0 aggiunte
e
2 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
thumbs.c
+ 0
- 2
thumbs.c
Vedi File
@@ -85,8 +85,6 @@ void tns_render(tns_t *tns, win_t *win) {
if (!tns || !win)
return;
printf("tns_render()\n");
tns->cols = win->w / thumb_dim;
tns->rows = win->h / thumb_dim;
Write
Preview
Loading…
Annulla
Salva