mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-05 15:30:00 +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
|
||||
|
||||
#include "TabletInput.h"
|
||||
#include "Log.h"
|
||||
#include "../src/TabletInput.h"
|
||||
#include "../src/Log.h"
|
||||
#import <Cocoa/Cocoa.h>
|
||||
|
||||
TabletInput::TabletInput()
|
||||
|
||||
@@ -163,6 +163,9 @@ void inhibitScreensaver (bool on)
|
||||
}
|
||||
}
|
||||
}
|
||||
#else
|
||||
void inhibitScreensaver (bool)
|
||||
{}
|
||||
#endif
|
||||
|
||||
#ifdef USE_GST_OPENGL_SYNC_HANDLER
|
||||
|
||||
Reference in New Issue
Block a user