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;
}
+void
WireDrawBeegMapRect(SimView *view, short x, short y, short w, short h)
{
unsigned short *map;
if (tile != *ha) {
*ha = tile;
- if (view->x->big_tile_pixmap) {
- XCopyArea(view->x->dpy, view->x->big_tile_pixmap, view->pixmap,
+ XCopyArea(view->x->dpy, view->x->big_tile_pixmap, view->pixmap,
view->x->gc, 0, tile * 16, 16, 16,
col * 16, row * 16);
- }
}
}
map += mm;