Changeset 204 for libcaca/trunk/examples/demo.c
- Timestamp:
- Nov 21, 2003, 3:34:07 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/examples/demo.c
r202 r204 184 184 caca_refresh(); 185 185 } 186 else if(event & CACA_EVENT_MOUSE_CLICK) 187 { 188 display_menu(); 189 caca_set_color(CACA_COLOR_RED); 190 caca_putstr((event & 0xff00) >> 8, event & 0xff, "|\\"); 191 caca_refresh(); 192 } 186 193 187 194 if(demo) … … 486 493 static void demo_blit(void) 487 494 { 495 #if 0 488 496 caca_blit(6, 4, caca_get_width() - 6, caca_get_height() - 4, 489 497 pixels, bufx, bufy); 490 } 491 498 #endif 499 } 500
Note: See TracChangeset
for help on using the changeset viewer.