Refactor extern definition of conn and root_screen

This commit is contained in:
Alex Auvolat
2015-12-29 12:47:12 +01:00
parent bc126aaeaf
commit 19fd6817af
8 changed files with 7 additions and 15 deletions

View File

@ -11,8 +11,6 @@
*/
#include "all.h"
extern xcb_connection_t *conn;
/*
* Calculates sum of heights and sum of widths of all currently active outputs
*