Explorar el Código

Removed unneeded members from img type

master
Bert Münnich hace 13 años
padre
commit
b418df7afc
Se han modificado 2 ficheros con 1 adiciones y 4 borrados
  1. +0
    -3
      image.h
  2. +1
    -1
      window.h

+ 0
- 3
image.h Ver fichero

@@ -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 Ver fichero

@@ -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;



Cargando…
Cancelar
Guardar