summaryrefslogtreecommitdiff
path: root/src/ratpoison.h
diff options
context:
space:
mode:
authorMathieu OTHACEHE <m.othacehe@gmail.com>2016-12-07 10:03:53 +0100
committerJérémie Courrèges-Anglas <jca@wxcvbn.org>2016-12-08 17:41:13 +0100
commit61516d64eb81d872d4e4d2a4ed50dbcb5d950557 (patch)
treeceabe3c0a9ea168ec7a41414ee0b6ba32ea35235 /src/ratpoison.h
parent94fcf440050defa49d9f726302a62d327d377e84 (diff)
downloadratpoison-61516d64eb81d872d4e4d2a4ed50dbcb5d950557.zip
Move function declaration to the right header
find_screen is defined in screen.c so it makes more sense to declare it in screen.h
Diffstat (limited to 'src/ratpoison.h')
-rw-r--r--src/ratpoison.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ratpoison.h b/src/ratpoison.h
index c98dd40..981a882 100644
--- a/src/ratpoison.h
+++ b/src/ratpoison.h
@@ -82,7 +82,6 @@ extern XGCValues gv;
#include "format.h"
void clean_up (void);
-rp_screen *find_screen (Window w);
void set_close_on_exec (int fd);
const char *get_homedir (void);