diff options
Diffstat (limited to 'textscreen/txt_desktop.h')
-rw-r--r-- | textscreen/txt_desktop.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textscreen/txt_desktop.h b/textscreen/txt_desktop.h index 37da146a..ecf4ee6d 100644 --- a/textscreen/txt_desktop.h +++ b/textscreen/txt_desktop.h @@ -32,6 +32,7 @@ void TXT_RemoveDesktopWindow(txt_window_t *win); void TXT_SetDesktopTitle(char *title); void TXT_DrawDesktop(void); void TXT_GUIMainLoop(void); +void TXT_DispatchEvents(void); void TXT_ExitMainLoop(void); #endif /* #ifndef TXT_DESKTOP_T */ |