mirror of
https://github.com/gnustep/libs-back.git
synced 2025-02-24 12:21:34 +00:00
* Headers/x11/XGServer.h: split RandR variables defintion into separate
lines.
This commit is contained in:
parent
b5c563a400
commit
6947c49951
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue