mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 08:38:20 +00:00
[client] remove xlib shim as it is no longer needed
This commit is contained in:
parent
26c4804892
commit
298885083b
@ -1,15 +0,0 @@
|
|||||||
#include <X11/Xlib.h>
|
|
||||||
#include <stdbool.h>
|
|
||||||
#include "debug.h"
|
|
||||||
|
|
||||||
int XSync(Display * display, Bool discard)
|
|
||||||
{
|
|
||||||
static bool doneInfo = false;
|
|
||||||
if (!doneInfo)
|
|
||||||
{
|
|
||||||
DEBUG_INFO("XSync Override Enabled");
|
|
||||||
doneInfo = true;
|
|
||||||
}
|
|
||||||
|
|
||||||
return 0;
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user