瀏覽代碼

Removed unneeded members from img type

master
Bert Münnich 13 年之前
父節點
當前提交
b418df7afc
共有 2 個檔案被更改,包括 1 行新增4 行删除
  1. +0
    -3
      image.h
  2. +1
    -1
      window.h

+ 0
- 3
image.h 查看文件

@@ -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 查看文件

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



||||||
x
 
000:0
Loading…
取消
儲存