14 lines
248 B
C
14 lines
248 B
C
#pragma once
|
|
|
|
#include "xslaves.h"
|
|
|
|
|
|
#define BADDISPLAY -3
|
|
#define XINPUTEXTUNAVAIL -4
|
|
#define XINPUT20UNAVAIL -5
|
|
#define XINPUTQUERYVERSIONFAILED -6
|
|
#define XSLAVEINFOQUERYFAILED -7
|
|
|
|
|
|
XSlaves* get_slave_info(const char* xDisplayName, int* error);
|