From 28d7a4967d6c550ee9d03180e08691519b9b4bc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Courr=C3=A8ges-Anglas?= Date: Mon, 21 Nov 2016 20:03:39 +0100 Subject: Replace extra definition with a declaration --- src/globals.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/globals.h b/src/globals.h index f3a70d4..dd21c9b 100644 --- a/src/globals.h +++ b/src/globals.h @@ -80,7 +80,7 @@ extern struct list_head rp_groups; /* Whether or not we support xrandr */ -int rp_have_xrandr; +extern int rp_have_xrandr; extern rp_group *rp_current_group; @@ -197,8 +197,6 @@ extern struct rp_hook_db_entry rp_hook_db[]; void set_rp_window_focus (rp_window *win); void set_window_focus (Window window); -extern int rp_have_xrandr; - extern struct numset *rp_frame_numset; extern struct list_head rp_frame_undos; -- cgit v1.2.3