Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(142)

Side by Side Diff: third_party/wayland-protocols/include/protocol/remote-shell-unstable-v1-server-protocol.h

Issue 2184103003: arc: Implement proper Arc window activation for task moving to front. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix rebase Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 551 matching lines...) Expand 10 before | Expand all | Expand 10 after
562 /** 562 /**
563 * suggests the window's background opacity 563 * suggests the window's background opacity
564 * 564 *
565 * Suggests the window's background opacity when the shadow is 565 * Suggests the window's background opacity when the shadow is
566 * requested. 566 * requested.
567 * @since 9 567 * @since 9
568 */ 568 */
569 void (*set_rectangular_shadow_background_opacity)(struct wl_client *clie nt, 569 void (*set_rectangular_shadow_background_opacity)(struct wl_client *clie nt,
570 struct wl_resource *re source, 570 struct wl_resource *re source,
571 wl_fixed_t opacity); 571 wl_fixed_t opacity);
572 /**
573 * activate surface
574 *
575 * Make surface active.
576 *
577 * @since 10
578 */
579 void (*activate)(struct wl_client *client,
580 struct wl_resource *resource,
581 uint32_t serial);
572 }; 582 };
573 583
574 #define ZWP_REMOTE_SURFACE_V1_SET_FULLSCREEN 0 584 #define ZWP_REMOTE_SURFACE_V1_SET_FULLSCREEN 0
575 #define ZWP_REMOTE_SURFACE_V1_UNSET_FULLSCREEN 1 585 #define ZWP_REMOTE_SURFACE_V1_UNSET_FULLSCREEN 1
576 #define ZWP_REMOTE_SURFACE_V1_CLOSE 2 586 #define ZWP_REMOTE_SURFACE_V1_CLOSE 2
577 #define ZWP_REMOTE_SURFACE_V1_SET_MAXIMIZED 3 587 #define ZWP_REMOTE_SURFACE_V1_SET_MAXIMIZED 3
578 #define ZWP_REMOTE_SURFACE_V1_UNSET_MAXIMIZED 4 588 #define ZWP_REMOTE_SURFACE_V1_UNSET_MAXIMIZED 4
579 #define ZWP_REMOTE_SURFACE_V1_SET_MINIMIZED 5 589 #define ZWP_REMOTE_SURFACE_V1_SET_MINIMIZED 5
580 #define ZWP_REMOTE_SURFACE_V1_UNSET_MINIMIZED 6 590 #define ZWP_REMOTE_SURFACE_V1_UNSET_MINIMIZED 6
581 #define ZWP_REMOTE_SURFACE_V1_SET_PINNED 7 591 #define ZWP_REMOTE_SURFACE_V1_SET_PINNED 7
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
746 void (*destroy)(struct wl_client *client, 756 void (*destroy)(struct wl_client *client,
747 struct wl_resource *resource); 757 struct wl_resource *resource);
748 }; 758 };
749 759
750 760
751 #ifdef __cplusplus 761 #ifdef __cplusplus
752 } 762 }
753 #endif 763 #endif
754 764
755 #endif 765 #endif
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698