diff -b -c -r H:\original_ParaGUI\include\pgwidget.h H:\modified_ParaGUI\include\pgwidget.h *** H:\original_ParaGUI\include\pgwidget.h Sun Mar 30 22:35:12 2003 --- H:\modified_ParaGUI\include\pgwidget.h Mon Apr 07 19:41:10 2003 *************** *** 801,806 **** --- 801,808 ---- void QuitModal(); bool WillQuitModal(); + + void StopQuitModal(); /** Set the dirty update mode --- diff -b -c -r H:\original_ParaGUI\include\pgwindow.h H:\modified_ParaGUI\include\pgwindow.h *** H:\original_ParaGUI\include\pgwindow.h Sat Dec 14 18:16:00 2002 --- H:\modified_ParaGUI\include\pgwindow.h Mon Apr 07 19:13:08 2003 *************** *** 89,94 **** --- 89,98 ---- @return pointer to the window title string */ const char* GetTitle(); + + void SetIcon(const char* filename); + + void SetIcon(SDL_Surface* icon); protected: