diff options
Diffstat (limited to 'src/screen.h')
-rw-r--r-- | src/screen.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/screen.h b/src/screen.h index 7d41901..d009f5d 100644 --- a/src/screen.h +++ b/src/screen.h @@ -30,6 +30,7 @@ int screen_width (rp_screen *s); struct list_head *screen_copy_frameset (rp_screen *s); void screen_restore_frameset (rp_screen *s, struct list_head *head); +void screen_free_nums (rp_screen *s); void frameset_free (struct list_head *head); rp_frame *screen_get_frame (rp_screen *s, int frame_num); @@ -37,4 +38,5 @@ void init_screens (int screen_arg, int screen_num); int is_rp_window_for_screen (Window w, rp_screen *s); + #endif |