Skip to documentation
SLOP

tiny.wayland.protocol.core.wl_shell_surface.enumerations

Reference tiny.wayland protocol core wl_shell_surface enumerations

Defined in protocol.core.wl_shell_surface.

API (4)

Values and defaults

Public values and defaults.

No direct callersNo direct callsprotocol.core.wl_shell_surfaceenumerations
Static calls · unresolved targets: unknown · external targets: unknown.

Source

Source: lib/wayland/src/protocol/generated/core.zig:1274

zig
pub const enumerations = struct {        pub const resize: schema.Enumeration = .{            .name = "resize",            .since = 1,            .bitfield = true,            .entries = &.{                .{ .name = "none", .value = 0, .since = 1, .deprecated_since = null },                .{ .name = "top", .value = 1, .since = 1, .deprecated_since = null },                .{ .name = "bottom", .value = 2, .since = 1, .deprecated_since = null },                .{ .name = "left", .value = 4, .since = 1, .deprecated_since = null },                .{ .name = "top_left", .value = 5, .since = 1, .deprecated_since = null },                .{ .name = "bottom_left", .value = 6, .since = 1, .deprecated_since = null },                .{ .name = "right", .value = 8, .since = 1, .deprecated_since = null },                .{ .name = "top_right", .value = 9, .since = 1, .deprecated_since = null },                .{ .name = "bottom_right", .value = 10, .since = 1, .deprecated_since = null },            },        };        pub const transient: schema.Enumeration = .{            .name = "transient",            .since = 1,            .bitfield = true,            .entries = &.{                .{ .name = "inactive", .value = 1, .since = 1, .deprecated_since = null },            },        };        pub const fullscreen_method: schema.Enumeration = .{            .name = "fullscreen_method",            .since = 1,            .bitfield = false,            .entries = &.{                .{ .name = "default", .value = 0, .since = 1, .deprecated_since = null },                .{ .name = "scale", .value = 1, .since = 1, .deprecated_since = null },                .{ .name = "driver", .value = 2, .since = 1, .deprecated_since = null },                .{ .name = "fill", .value = 3, .since = 1, .deprecated_since = null },            },        };        pub const all = [_]schema.Enumeration{ resize, transient, fullscreen_method };    };

Also reachable as

protocol.generated.core.wl_shell_surface.enumerations.

Audit

Definitions5
Public names10
Members0
Version26.7.0
Revisiondaab053ee433