Refactor extern definition of conn and root_screen
This commit is contained in:
@ -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
|
||||
*
|
||||
|
@ -11,8 +11,6 @@
|
||||
*/
|
||||
#include "all.h"
|
||||
|
||||
extern xcb_connection_t *conn;
|
||||
|
||||
/*
|
||||
* This is an ugly data structure which we need because there is no standard
|
||||
* way of having nested functions (only available as a gcc extension at the
|
||||
|
Reference in New Issue
Block a user