summaryrefslogtreecommitdiff
path: root/src/screen.h
diff options
context:
space:
mode:
authorJérémie Courrèges-Anglas <jca@wxcvbn.org>2016-11-22 01:12:08 +0100
committerJérémie Courrèges-Anglas <jca@wxcvbn.org>2016-11-22 01:12:08 +0100
commit638b0ed001b595f1303239092ffddaa9c29078e0 (patch)
tree44f0c236862a22a880205a64f299b96a04d80674 /src/screen.h
parentf34153a2f385818c3820b37c20cde4e1054ccce1 (diff)
downloadratpoison-638b0ed001b595f1303239092ffddaa9c29078e0.zip
Style nits, typo and non-existing functions.
Diffstat (limited to 'src/screen.h')
-rw-r--r--src/screen.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/screen.h b/src/screen.h
index eef6c42..7d85951 100644
--- a/src/screen.h
+++ b/src/screen.h
@@ -35,7 +35,7 @@ void frameset_free (struct list_head *head);
rp_frame *screen_get_frame (rp_screen *s, int frame_num);
rp_frame *screen_find_frame_by_frame (rp_screen *s, rp_frame *f);
-void init_screens ();
+void init_screens (void);
void activate_screen (rp_screen *s);
void deactivate_screen (rp_screen *s);
@@ -53,8 +53,6 @@ rp_screen *screen_prev(void);
rp_screen *screen_at (int index);
-rp_screen *screen_by_output(int rr_output);
-rp_screen *screen_by_crtc(int rr_crtc);
void screen_sort(void);
rp_screen *screen_add(int rr_output);