mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 10:19:59 +01:00
Fix include paths for TabletInput and add empty implementation for inhibitScreensaver on non-Apple platforms
This commit is contained in:
@@ -19,8 +19,8 @@
|
|||||||
|
|
||||||
#ifdef APPLE
|
#ifdef APPLE
|
||||||
|
|
||||||
#include "TabletInput.h"
|
#include "../src/TabletInput.h"
|
||||||
#include "Log.h"
|
#include "../src/Log.h"
|
||||||
#import <Cocoa/Cocoa.h>
|
#import <Cocoa/Cocoa.h>
|
||||||
|
|
||||||
TabletInput::TabletInput()
|
TabletInput::TabletInput()
|
||||||
|
|||||||
@@ -163,6 +163,9 @@ void inhibitScreensaver (bool on)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#else
|
||||||
|
void inhibitScreensaver (bool)
|
||||||
|
{}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef USE_GST_OPENGL_SYNC_HANDLER
|
#ifdef USE_GST_OPENGL_SYNC_HANDLER
|
||||||
|
|||||||
Reference in New Issue
Block a user