Changeset 710 for libcaca/trunk/test/dithering.c
- Timestamp:
- Apr 1, 2006, 4:44:09 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/test/dithering.c
r681 r710 125 125 caca_display(kk); 126 126 127 caca_ wait_event(kk, CACA_EVENT_KEY_PRESS, &ev);127 caca_get_event(kk, CACA_EVENT_KEY_PRESS, &ev, -1); 128 128 129 129 caca_detach(kk);
Note: See TracChangeset
for help on using the changeset viewer.