Przeglądaj źródła

Removed unneeded members from img type

master
Bert Münnich 13 lat temu
rodzic
commit
b418df7afc
2 zmienionych plików z 1 dodań i 4 usunięć
  1. +0
    -3
      image.h
  2. +1
    -1
      window.h

+ 0
- 3
image.h Wyświetl plik

@@ -55,9 +55,6 @@ typedef struct {
bool aa; bool aa;
bool alpha; bool alpha;


bool slideshow;
int ss_delay; /* in ms */

multi_img_t multi; multi_img_t multi;
} img_t; } img_t;




+ 1
- 1
window.h Wyświetl plik

@@ -49,7 +49,7 @@ typedef struct {
int x; int x;
int y; int y;
unsigned int w; unsigned int w;
unsigned int h;
unsigned int h; /* = win height - bar height */
unsigned int barh; unsigned int barh;
unsigned int bw; unsigned int bw;




Ładowanie…
Anuluj
Zapisz