diff options
Diffstat (limited to 'src/screen.h')
-rw-r--r-- | src/screen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screen.h b/src/screen.h index d009f5d..fdc37af 100644 --- a/src/screen.h +++ b/src/screen.h @@ -37,6 +37,6 @@ 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); - +int is_a_root_window (int w); #endif |