#define gray25_width 16
#define gray25_height 16
-static unsigned char gray25_bits[] = {
+static char gray25_bits[] = {
0x77, 0x77,
0xdd, 0xdd,
0x77, 0x77,
#define gray50_width 16
#define gray50_height 16
-static unsigned char gray50_bits[] = {
+static char gray50_bits[] = {
0x55, 0x55,
0xaa, 0xaa,
0x55, 0x55,
#define gray75_width 16
#define gray75_height 16
-static unsigned char gray75_bits[] = {
+static char gray75_bits[] = {
0x88, 0x88,
0x22, 0x22,
0x88, 0x88,
#define vert_width 16
#define vert_height 16
-static unsigned char vert_bits[] = {
+static char vert_bits[] = {
0xaa, 0xaa,
0xaa, 0xaa,
0xaa, 0xaa,
#define horiz_width 16
#define horiz_height 16
-static unsigned char horiz_bits[] = {
+static char horiz_bits[] = {
0xff, 0xff,
0x00, 0x00,
0xff, 0xff,
#define diag_width 16
#define diag_height 16
-static unsigned char diag_bits[] = {
+static char diag_bits[] = {
0x55, 0x55,
0xee, 0xee,
0x55, 0x55,
}
+void
GetPixmaps(XDisplay *xd)
{
if (xd->gray25_stipple == None) {
}
+void
GetViewTiles(SimView *view)
{
char name[256];
}
}
- { int x, y, b, tile;
+ { int x, y, tile;
unsigned char *from, *to;
int pixelBytes = view->pixel_bytes;
- int rowBytes = view->x->small_tile_image->bytes_per_line;
if (pixelBytes == 0) {
/* handle the case of monochrome display (8 bit map) */