mirror of
https://repo.dec05eba.com/gpu-screen-recorder
synced 2026-03-31 09:07:13 +09:00
5.3.7
This commit is contained in:
@@ -207,7 +207,7 @@ static uint32_t plane_get_properties(int drmfd, uint32_t plane_id, int *x, int *
|
||||
return property_mask;
|
||||
}
|
||||
|
||||
/* Returns 0 if not found */
|
||||
/* Returns NULL if not found */
|
||||
static const connector_crtc_pair* get_connector_pair_by_crtc_id(const connector_to_crtc_map *c2crtc_map, uint32_t crtc_id) {
|
||||
for(int i = 0; i < c2crtc_map->num_maps; ++i) {
|
||||
if(c2crtc_map->maps[i].crtc_id == crtc_id)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
project('gpu-screen-recorder', ['c', 'cpp'], version : '5.3.6', default_options : ['warning_level=2'])
|
||||
project('gpu-screen-recorder', ['c', 'cpp'], version : '5.3.7', default_options : ['warning_level=2'])
|
||||
|
||||
add_project_arguments('-Wshadow', language : ['c', 'cpp'])
|
||||
if get_option('buildtype') == 'debug'
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "gpu-screen-recorder"
|
||||
type = "executable"
|
||||
version = "5.3.6"
|
||||
version = "5.3.7"
|
||||
platforms = ["posix"]
|
||||
|
||||
[config]
|
||||
|
||||
Reference in New Issue
Block a user