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 unneeded members from img type
master
Bert Münnich
13 anni fa
parent
c666d30eea
commit
b418df7afc
2 ha cambiato i file
con
1 aggiunte
e
4 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-3
image.h
+1
-1
window.h
+ 0
- 3
image.h
Vedi File
@@ -55,9 +55,6 @@ typedef struct {
bool aa;
bool alpha;
bool slideshow;
int ss_delay; /* in ms */
multi_img_t multi;
} img_t;
+ 1
- 1
window.h
Vedi File
@@ -49,7 +49,7 @@ typedef struct {
int x;
int y;
unsigned int w;
unsigned int h;
unsigned int h;
/* = win height - bar height */
unsigned int barh;
unsigned int bw;
Write
Preview
Loading…
Annulla
Salva