New upstream version 24.0.6+dfsg1
This commit is contained in:
parent
4c2ea24267
commit
04fe0efc67
10 changed files with 42 additions and 24 deletions
|
|
@ -1754,6 +1754,10 @@ bool obs_hotkeys_platform_is_pressed(obs_hotkeys_platform_t *plat,
|
|||
IOHIDValueRef value = 0;
|
||||
IOHIDDeviceRef device = IOHIDElementGetDevice(element);
|
||||
|
||||
if (device == NULL) {
|
||||
continue;
|
||||
}
|
||||
|
||||
if (IOHIDDeviceGetValue(device, element, &value) !=
|
||||
kIOReturnSuccess) {
|
||||
i += 1;
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@
|
|||
*
|
||||
* Reset to zero each major or minor version
|
||||
*/
|
||||
#define LIBOBS_API_PATCH_VER 5
|
||||
#define LIBOBS_API_PATCH_VER 6
|
||||
|
||||
#define MAKE_SEMANTIC_VERSION(major, minor, patch) \
|
||||
((major << 24) | (minor << 16) | patch)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue