Changeset 316 for libcaca/trunk/test
- Timestamp:
- Jan 5, 2004, 7:17:20 PM (19 years ago)
- Location:
- libcaca/trunk/test
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/test/dithering.c
r297 r316 129 129 caca_refresh(); 130 130 131 while( (caca_get_event() & 0xff000000) != CACA_EVENT_KEY_PRESS);131 while(!caca_get_event(CACA_EVENT_KEY_PRESS)); 132 132 133 133 caca_end(); -
libcaca/trunk/test/hsv.c
r307 r316 57 57 caca_refresh(); 58 58 59 while( (caca_get_event() & 0xff000000) != CACA_EVENT_KEY_PRESS);59 while(!caca_get_event(CACA_EVENT_KEY_PRESS)); 60 60 61 61 caca_end();
Note: See TracChangeset
for help on using the changeset viewer.