* Headers/x11/XGServer.h: split RandR variables defintion into separate

lines.
This commit is contained in:
Sergii Stoian 2020-01-28 11:52:24 +02:00
parent b5c563a400
commit 6947c49951

View file

@ -60,7 +60,8 @@ typedef enum {
Window grabWindow; Window grabWindow;
struct XGGeneric generic; struct XGGeneric generic;
id inputServer; id inputServer;
int randrEventBase, randrErrorBase; int randrEventBase;
int randrErrorBase;
} }
+ (Display*) currentXDisplay; + (Display*) currentXDisplay;