X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=src%2Femugtk.h;h=35ac1e41c20bf0c843e8ffa07438892f15e47878;hb=1aa4da2dd777823a4aa5f40cf8cf7b1c09401a34;hp=105411e48ae04b1835f117ac4adae6fe10009095;hpb=31155ac8672e72db0d3cab3e4167a3c00f73a2bc;p=emu8051.git diff --git a/src/emugtk.h b/src/emugtk.h index 105411e..35ac1e4 100644 --- a/src/emugtk.h +++ b/src/emugtk.h @@ -23,7 +23,6 @@ #define EMUGTK_H 1 #include -#include "gtksizes.h" void AddMenuSeparator(GtkWidget *menu); @@ -31,4 +30,7 @@ AddMenuSeparator(GtkWidget *menu); void emugtk_new_file(char *file); +void +emugtk_UpdateDisplay(void); + #endif /* EMUGTK_H */