main_gui.c
changeset 4429 b4eb6d97996f
parent 4349 1016170ae0cb
child 4434 a08cb4b5c179
equal deleted inserted replaced
4428:6d9fab57f2af 4429:b4eb6d97996f
  2108 		} else if ((byte)*s >= ' ' && ((byte)*s < 0x88 || (byte)*s >= 0x99)) {
  2108 		} else if ((byte)*s >= ' ' && ((byte)*s < 0x88 || (byte)*s >= 0x99)) {
  2109 			*d++ = *s;
  2109 			*d++ = *s;
  2110 		}
  2110 		}
  2111 	}
  2111 	}
  2112 
  2112 
  2113 	if (!FillDrawPixelInfo(&tmp_dpi, NULL, 141, 1, 358, 11)) return true;
  2113 	if (!FillDrawPixelInfo(&tmp_dpi, 141, 1, 358, 11)) return true;
  2114 
  2114 
  2115 	old_dpi = _cur_dpi;
  2115 	old_dpi = _cur_dpi;
  2116 	_cur_dpi = &tmp_dpi;
  2116 	_cur_dpi = &tmp_dpi;
  2117 
  2117 
  2118 	x = DoDrawString(buffer, pos, 0, 13);
  2118 	x = DoDrawString(buffer, pos, 0, 13);