int dynamicFilter(int c, int r);
-int WireDrawBeegMapRect(SimView *view, short x, short y, short w, short h);
+void
drawBeegMaps()
{
sim_update_editors();
}
+void
MemDrawBeegMapRect(SimView *view, int x, int y, int w, int h)
{
int lineBytes = view->line_bytes;
case 24:
case 32:
ROW16_32();
+ break;
+
default:
/* XXX: handle different depths */
break;
}
+void
WireDrawBeegMapRect(SimView *view, short x, short y, short w, short h)
{
unsigned short *map;