X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fapple2-main.c;h=642efe0b9d3931d368ab2f5b85b462e096656aea;hb=aa75c7476aeaa84cf3abc192b376a8b03c325213;hp=e808e9f2f5279b3d38f877ecbb7c8b280d3e1836;hpb=d5186197bc394e10a4402f7f6d23fbb14103bc50;p=xscreensaver diff --git a/hacks/apple2-main.c b/hacks/apple2-main.c index e808e9f2..642efe0b 100644 --- a/hacks/apple2-main.c +++ b/hacks/apple2-main.c @@ -35,8 +35,6 @@ #define SCREEN_COLS 40 #define SCREEN_ROWS 24 -#define DEBUG - /* Given a bitmask, returns the position and width of the field. */ @@ -1315,7 +1313,7 @@ a2_vt100_printc (apple2_sim_t *sim, struct terminal_controller_data *state, free (s); goto PRINT; } else { - c = 0; + /* c = 0; */ } } } @@ -1870,7 +1868,7 @@ apple2_draw (Display *dpy, Window window, void *closure) st->sim = 0; } -#ifdef USE_IPHONE +#ifdef HAVE_MOBILE return 0; #else return 5000;