summaryrefslogtreecommitdiff
path: root/atari/rootwin.h
diff options
context:
space:
mode:
Diffstat (limited to 'atari/rootwin.h')
-rwxr-xr-xatari/rootwin.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/atari/rootwin.h b/atari/rootwin.h
index 3d06615c8..78f2d1c6c 100755
--- a/atari/rootwin.h
+++ b/atari/rootwin.h
@@ -73,6 +73,8 @@ void window_set_title(ROOTWIN *rootwin, char * text);
void window_set_content_size(ROOTWIN *rootwin, int w, int h);
void window_set_icon(ROOTWIN *rootwin, struct bitmap * bmp );
void window_set_active_gui_window(ROOTWIN *rootwin, struct gui_window *gw);
+void window_open_search(ROOTWIN *rootwin);
+void window_close_search(ROOTWIN *rootwin);
void window_scroll_by(ROOTWIN *rootwin, int x, int y);
void window_schedule_redraw_grect(ROOTWIN *rootwin, GRECT *area);
void window_process_redraws(ROOTWIN * rootwin);