filename | src/gui.h |
changeset | 545:fdcdcd8b9fd1 |
prev | 480:d28c2992f5ee |
next | 561:533f6b478071 |
author | nkeynes |
date | Thu Nov 29 09:28:28 2007 +0000 (15 years ago) |
permissions | -rw-r--r-- |
last change | Refactor GLX support and implement pbuffer rendering support |
file | annotate | diff | log | raw |
1.1 --- a/src/gui.h Wed Oct 31 11:53:35 2007 +00001.2 +++ b/src/gui.h Thu Nov 29 09:28:28 2007 +00001.3 @@ -49,6 +49,11 @@1.4 typedef enum { IO_IDE, IO_NETWORK } io_activity_type;1.6 /**1.7 + * Notify the GUI of state changes (eg binary was loaded and PC changed)1.8 + */1.9 +void gui_update_state();1.10 +1.11 +/**1.12 * Notify the GUI of I/O activity.1.13 * @param activity the type of IO activity being reported.1.14 * @param active TRUE if the I/O device is becoming active, FALSE if inactive.
.