comparison lcdemu/ximage.c @ 907:7a189b7bbd67

lcdemu: input processing implemented, compiles
author Space Falcon <falcon@ivan.Harhan.ORG>
date Mon, 07 Sep 2015 10:35:20 +0000
parents 69623c4cbf6c
children
comparison
equal deleted inserted replaced
906:69623c4cbf6c 907:7a189b7bbd67
50 case 24: 50 case 24:
51 convert_function = convert_image_depth24; 51 convert_function = convert_image_depth24;
52 break; 52 break;
53 default: 53 default:
54 fprintf(stderr, 54 fprintf(stderr,
55 "error: fc-ledemu has not been adapted for X11 depth != 24, yours is %d\n", 55 "error: fc-lcdemu has not been adapted for X11 depth != 24, yours is %d\n",
56 display_depth); 56 display_depth);
57 exit(1); 57 exit(1);
58 } 58 }
59 } 59 }