Handle WM_DELETE_WINDOW messages correctly, thanks to fungt

This commit is contained in:
Bert
2011-02-09 10:01:49 +01:00
parent a5335e8ddd
commit d731741f04
3 changed files with 11 additions and 1 deletions

View File

@ -53,6 +53,8 @@ typedef struct win_s {
unsigned char fullscreen;
} win_t;
extern Atom wm_delete_win;
void win_open(win_t*);
void win_close(win_t*);