@@ -33,8 +33,8 @@ static const struct kde_output_device_mode_v2_listener modeListener = {
3333 .size = waylandKdeModeSizeListener ,
3434 .refresh = waylandKdeModeRefreshListener ,
3535 .preferred = waylandKdeModePreferredListener ,
36- .removed = (void * ) stubListener ,
37- .flags = (void * ) stubListener ,
36+ .removed = (void * ) ffWaylandStubListener ,
37+ .flags = (void * ) ffWaylandStubListener ,
3838};
3939
4040static void waylandKdeModeListener (void * data , [[maybe_unused ]] struct kde_output_device_v2 * _ , struct kde_output_device_mode_v2 * mode ) {
@@ -160,39 +160,39 @@ static struct kde_output_device_v2_listener outputListener = {
160160 .scale = waylandKdeScaleListener ,
161161 .edid = waylandKdeEdidListener ,
162162 .enabled = waylandKdeEnabledListener ,
163- .uuid = (void * ) stubListener ,
164- .serial_number = (void * ) stubListener ,
165- .eisa_id = (void * ) stubListener ,
166- .capabilities = (void * ) stubListener ,
167- .overscan = (void * ) stubListener ,
168- .vrr_policy = (void * ) stubListener ,
169- .rgb_range = (void * ) stubListener ,
163+ .uuid = (void * ) ffWaylandStubListener ,
164+ .serial_number = (void * ) ffWaylandStubListener ,
165+ .eisa_id = (void * ) ffWaylandStubListener ,
166+ .capabilities = (void * ) ffWaylandStubListener ,
167+ .overscan = (void * ) ffWaylandStubListener ,
168+ .vrr_policy = (void * ) ffWaylandStubListener ,
169+ .rgb_range = (void * ) ffWaylandStubListener ,
170170 .name = waylandKdeNameListener ,
171171 .high_dynamic_range = waylandKdeHdrListener ,
172- .sdr_brightness = (void * ) stubListener ,
173- .wide_color_gamut = (void * ) stubListener ,
174- .auto_rotate_policy = (void * ) stubListener ,
175- .icc_profile_path = (void * ) stubListener ,
176- .brightness_metadata = (void * ) stubListener ,
177- .brightness_overrides = (void * ) stubListener ,
178- .sdr_gamut_wideness = (void * ) stubListener ,
179- .color_profile_source = (void * ) stubListener ,
180- .brightness = (void * ) stubListener ,
181- .color_power_tradeoff = (void * ) stubListener ,
182- .dimming = (void * ) stubListener ,
183- .replication_source = (void * ) stubListener ,
184- .ddc_ci_allowed = (void * ) stubListener ,
172+ .sdr_brightness = (void * ) ffWaylandStubListener ,
173+ .wide_color_gamut = (void * ) ffWaylandStubListener ,
174+ .auto_rotate_policy = (void * ) ffWaylandStubListener ,
175+ .icc_profile_path = (void * ) ffWaylandStubListener ,
176+ .brightness_metadata = (void * ) ffWaylandStubListener ,
177+ .brightness_overrides = (void * ) ffWaylandStubListener ,
178+ .sdr_gamut_wideness = (void * ) ffWaylandStubListener ,
179+ .color_profile_source = (void * ) ffWaylandStubListener ,
180+ .brightness = (void * ) ffWaylandStubListener ,
181+ .color_power_tradeoff = (void * ) ffWaylandStubListener ,
182+ .dimming = (void * ) ffWaylandStubListener ,
183+ .replication_source = (void * ) ffWaylandStubListener ,
184+ .ddc_ci_allowed = (void * ) ffWaylandStubListener ,
185185 .max_bits_per_color = (void * ) waylandKdeMaxBitsPerColorListener ,
186- .max_bits_per_color_range = (void * ) stubListener ,
187- .automatic_max_bits_per_color_limit = (void * ) stubListener ,
188- .edr_policy = (void * ) stubListener ,
189- .sharpness = (void * ) stubListener ,
186+ .max_bits_per_color_range = (void * ) ffWaylandStubListener ,
187+ .automatic_max_bits_per_color_limit = (void * ) ffWaylandStubListener ,
188+ .edr_policy = (void * ) ffWaylandStubListener ,
189+ .sharpness = (void * ) ffWaylandStubListener ,
190190 .priority = waylandKdePriorityListener ,
191- .auto_brightness = (void * ) stubListener ,
192- .removed = (void * ) stubListener ,
193- .hdr_icc_profile_path = (void * ) stubListener ,
194- .hdr_color_profile_source = (void * ) stubListener ,
195- .abm_level = (void * ) stubListener ,
191+ .auto_brightness = (void * ) ffWaylandStubListener ,
192+ .removed = (void * ) ffWaylandStubListener ,
193+ .hdr_icc_profile_path = (void * ) ffWaylandStubListener ,
194+ .hdr_color_profile_source = (void * ) ffWaylandStubListener ,
195+ .abm_level = (void * ) ffWaylandStubListener ,
196196};
197197
198198static const char * waylandKdeHandleOutput (WaylandData * wldata , struct wl_proxy * output ) {
@@ -300,7 +300,7 @@ static void waylandKdeOutputListener(void* data, [[maybe_unused]] struct kde_out
300300
301301static struct kde_output_device_registry_v2_listener registryListener = {
302302 .output = waylandKdeOutputListener ,
303- .finished = (void * ) stubListener ,
303+ .finished = (void * ) ffWaylandStubListener ,
304304};
305305
306306const char * ffWaylandHandleKdeOutputRegistry (WaylandData * wldata , struct wl_registry * registry , uint32_t name , uint32_t version ) {
0 commit comments