Преглед изворни кода

* Handle closing cacaview by window manager

tags/v0.99.beta14
Pascal Terjan pterjan пре 17 година
родитељ
комит
ef9545d773
1 измењених фајлова са 4 додато и 1 уклоњено
  1. +4
    -1
      src/cacaview.c

+ 4
- 1
src/cacaview.c Прегледај датотеку

@@ -133,7 +133,8 @@ int main(int argc, char **argv)
caca_event_t ev;
unsigned int const event_mask = CACA_EVENT_KEY_PRESS
| CACA_EVENT_RESIZE
| CACA_EVENT_MOUSE_PRESS;
| CACA_EVENT_MOUSE_PRESS
| CACA_EVENT_QUIT;
unsigned int new_status = 0, new_help = 0;
int event;

@@ -291,6 +292,8 @@ int main(int argc, char **argv)
update = 1;
set_zoom(zoom);
}
else if(ev.type & CACA_EVENT_QUIT)
quit = 1;

if(status || new_status)
status = new_status;


Loading…
Откажи
Сачувај