X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=src%2Fmemwin.h;h=0336076e0a6360f6a12fbb630c926b3f44c83f5c;hb=b1fbb635cdd64e96bf36a62dc6b59d6724f5ad57;hp=ce3f1f1fa932c0c49efd02ac88644de8f39474ee;hpb=4c305c73f8110d03b99cec045b3c5741867fd46b;p=emu8051.git diff --git a/src/memwin.h b/src/memwin.h index ce3f1f1..0336076 100644 --- a/src/memwin.h +++ b/src/memwin.h @@ -8,8 +8,8 @@ #include -void -memwin_init( GtkWidget *parentwin ); +GtkWidget * +memwin_init( int width, int height ); void memwin_DumpD( unsigned int Address );