1
0
mirror of https://codeberg.org/vyivel/dulcepan/ synced 2025-12-22 17:56:49 +02:00

output,seat: name => global_name

This commit is contained in:
Kirill Primak
2024-06-24 16:32:47 +03:00
parent 8a9a5689c4
commit 29c6ebf48c
4 changed files with 6 additions and 6 deletions

View File

@@ -28,7 +28,7 @@ struct dp_buffer {
struct dp_output {
struct dp_state *state;
uint32_t name;
uint32_t global_name;
struct wl_output *wl_output;
struct wl_surface *main_surface;
@@ -71,7 +71,7 @@ struct dp_output {
struct dp_seat {
struct dp_state *state;
uint32_t name;
uint32_t global_name;
struct wl_seat *wl_seat;
struct wl_keyboard *keyboard;