Remove invalid images when loading them; refactorings

This commit is contained in:
Bert
2011-04-11 16:58:38 +02:00
parent 5cb6d12a94
commit d15264ea32
8 changed files with 179 additions and 361 deletions

View File

@ -60,6 +60,7 @@ typedef struct {
extern Atom wm_delete_win;
void win_init(win_t*);
void win_open(win_t*);
void win_close(win_t*);