libi3: Make visual_type extern

See #3914
This commit is contained in:
Orestis Floros
2020-01-25 15:59:37 +01:00
parent d11e862919
commit e9f011397a
4 changed files with 8 additions and 5 deletions

View File

@ -8,8 +8,6 @@
* when the user has an error in their configuration file.
*
*/
#include "libi3.h"
#include <stdio.h>
#include <sys/types.h>
#include <sys/stat.h>
@ -32,6 +30,9 @@
#include <xcb/randr.h>
#include <xcb/xcb_cursor.h>
xcb_visualtype_t *visual_type = NULL;
#include "libi3.h"
#define SN_API_NOT_YET_FROZEN 1
#include <libsn/sn-launchee.h>