Eliminate all fixed size windows
[emu8051.git] / src / memwin.h
index b2108b2..cd4700b 100644 (file)
@@ -25,7 +25,7 @@
 #include <gtk/gtk.h>
 
 GtkWidget *
-memwin_init(int width, int height);
+memwin_init(void);
 
 void
 memwin_DumpD(char *Address);