mirror of https://gitlab.com/nakst/essence
Merge branch 'handle' into 'master'
Fix handle replication logic See merge request nakst/essence!6
This commit is contained in:
commit
ceb7285d91
|
@ -3213,6 +3213,8 @@ void DesktopSendMessage(EsMessage *message) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
message->device.handle = handle;
|
||||||
|
|
||||||
if (message->device.type == ES_DEVICE_CLOCK) {
|
if (message->device.type == ES_DEVICE_CLOCK) {
|
||||||
EsDateComponents reading;
|
EsDateComponents reading;
|
||||||
uint64_t linear;
|
uint64_t linear;
|
||||||
|
|
Loading…
Reference in New Issue