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