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 614bb04..cda098e 100644 --- a/src/screen.h +++ b/src/screen.h @@ -31,6 +31,6 @@ 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 frameset_free (struct list_head *head); -rp_window_frame *screen_get_frame (rp_screen *s, int frame_num); +rp_frame *screen_get_frame (rp_screen *s, int frame_num); #endif |