mirror of
https://github.com/gnustep/libs-back.git
synced 2025-02-24 04:11:28 +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;
|
||||
struct XGGeneric generic;
|
||||
id inputServer;
|
||||
int randrEventBase, randrErrorBase;
|
||||
int randrEventBase;
|
||||
int randrErrorBase;
|
||||
}
|
||||
|
||||
+ (Display*) currentXDisplay;
|
||||
|
|
Loading…
Reference in a new issue