Don't include X11 headers in overlay_params.h

pull/131/head
jackun 4 years ago
parent bd9d9650a0
commit 108bca7d4f
No known key found for this signature in database
GPG Key ID: 119DB3F1D05A9ED3

@ -34,7 +34,10 @@ extern "C" {
#include <stdio.h>
#include <stdint.h>
#include <stdbool.h>
#include <X11/Xlib.h>
#ifndef KeySym
typedef unsigned long KeySym;
#endif
#define RGBGetBValue(rgb) (rgb & 0x000000FF)
#define RGBGetGValue(rgb) ((rgb >> 8) & 0x000000FF)

Loading…
Cancel
Save