X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=src%2Fregwin.h;h=a526f6f0204a2158d8f67bd5857c1a5133b0bf88;hb=ca2a000a22e5b5121a61833198966f001aa2a77f;hp=1b24e10269c4d50c8f0fbebe2e9d1e6738e7bce0;hpb=b23541495010180e3a69e3e1f64c934b28775878;p=emu8051.git diff --git a/src/regwin.h b/src/regwin.h index 1b24e10..a526f6f 100644 --- a/src/regwin.h +++ b/src/regwin.h @@ -23,12 +23,11 @@ #define REGWIN_H 1 #include -#include "gtksizes.h" GtkWidget * -regwin_init(int width, int height); +regwin_init(void); void -regwin_Show(void); +regwin_refresh(void); #endif /* REGWIN_H */