| OLD | NEW |
| 1 /* Generated by wayland-scanner 1.11.0 */ | 1 /* Generated by wayland-scanner 1.11.0 */ |
| 2 | 2 |
| 3 #ifndef REMOTE_SHELL_UNSTABLE_V1_SERVER_PROTOCOL_H | 3 #ifndef REMOTE_SHELL_UNSTABLE_V1_SERVER_PROTOCOL_H |
| 4 #define REMOTE_SHELL_UNSTABLE_V1_SERVER_PROTOCOL_H | 4 #define REMOTE_SHELL_UNSTABLE_V1_SERVER_PROTOCOL_H |
| 5 | 5 |
| 6 #include <stdint.h> | 6 #include <stdint.h> |
| 7 #include <stddef.h> | 7 #include <stddef.h> |
| 8 #include "wayland-server.h" | 8 #include "wayland-server.h" |
| 9 | 9 |
| 10 #ifdef __cplusplus | 10 #ifdef __cplusplus |
| (...skipping 525 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 536 void (*set_system_modal)(struct wl_client *client, | 536 void (*set_system_modal)(struct wl_client *client, |
| 537 struct wl_resource *resource); | 537 struct wl_resource *resource); |
| 538 /** | 538 /** |
| 539 * suggests a re-layout of remote shell input area | 539 * suggests a re-layout of remote shell input area |
| 540 * | 540 * |
| 541 * Suggests a surface should become non system modal. | 541 * Suggests a surface should become non system modal. |
| 542 * @since 8 | 542 * @since 8 |
| 543 */ | 543 */ |
| 544 void (*unset_system_modal)(struct wl_client *client, | 544 void (*unset_system_modal)(struct wl_client *client, |
| 545 struct wl_resource *resource); | 545 struct wl_resource *resource); |
| 546 /** |
| 547 * activate surface |
| 548 * |
| 549 * Make surface active. |
| 550 * |
| 551 * @since 9 |
| 552 */ |
| 553 void (*activate)(struct wl_client *client, struct wl_resource *resource)
; |
| 546 }; | 554 }; |
| 547 | 555 |
| 548 #define ZWP_REMOTE_SURFACE_V1_SET_FULLSCREEN 0 | 556 #define ZWP_REMOTE_SURFACE_V1_SET_FULLSCREEN 0 |
| 549 #define ZWP_REMOTE_SURFACE_V1_UNSET_FULLSCREEN 1 | 557 #define ZWP_REMOTE_SURFACE_V1_UNSET_FULLSCREEN 1 |
| 550 #define ZWP_REMOTE_SURFACE_V1_CLOSE 2 | 558 #define ZWP_REMOTE_SURFACE_V1_CLOSE 2 |
| 551 #define ZWP_REMOTE_SURFACE_V1_SET_MAXIMIZED 3 | 559 #define ZWP_REMOTE_SURFACE_V1_SET_MAXIMIZED 3 |
| 552 #define ZWP_REMOTE_SURFACE_V1_UNSET_MAXIMIZED 4 | 560 #define ZWP_REMOTE_SURFACE_V1_UNSET_MAXIMIZED 4 |
| 553 #define ZWP_REMOTE_SURFACE_V1_SET_MINIMIZED 5 | 561 #define ZWP_REMOTE_SURFACE_V1_SET_MINIMIZED 5 |
| 554 #define ZWP_REMOTE_SURFACE_V1_UNSET_MINIMIZED 6 | 562 #define ZWP_REMOTE_SURFACE_V1_UNSET_MINIMIZED 6 |
| 555 #define ZWP_REMOTE_SURFACE_V1_SET_PINNED 7 | 563 #define ZWP_REMOTE_SURFACE_V1_SET_PINNED 7 |
| (...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 720 void (*destroy)(struct wl_client *client, | 728 void (*destroy)(struct wl_client *client, |
| 721 struct wl_resource *resource); | 729 struct wl_resource *resource); |
| 722 }; | 730 }; |
| 723 | 731 |
| 724 | 732 |
| 725 #ifdef __cplusplus | 733 #ifdef __cplusplus |
| 726 } | 734 } |
| 727 #endif | 735 #endif |
| 728 | 736 |
| 729 #endif | 737 #endif |
| OLD | NEW |