Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wayland
wayland-protocols
Commits
d56d737d
Verified
Commit
d56d737d
authored
Jan 03, 2021
by
onox
Browse files
pointer-constraints: Add enum attribute to 'lifetime'
Signed-off-by:
onox
<
denkpadje@gmail.com
>
parent
1c19d4bc
Pipeline
#250565
passed with stages
in 34 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
unstable/pointer-constraints/pointer-constraints-unstable-v1.xml
View file @
d56d737d
...
...
@@ -147,7 +147,7 @@
summary=
"the pointer that should be locked"
/>
<arg
name=
"region"
type=
"object"
interface=
"wl_region"
allow-null=
"true"
summary=
"region of surface"
/>
<arg
name=
"lifetime"
type=
"uint"
summary=
"lock lifetime"
/>
<arg
name=
"lifetime"
type=
"uint"
enum=
"lifetime"
summary=
"lock lifetime"
/>
</request>
<request
name=
"confine_pointer"
>
...
...
@@ -177,7 +177,7 @@
summary=
"the pointer that should be confined"
/>
<arg
name=
"region"
type=
"object"
interface=
"wl_region"
allow-null=
"true"
summary=
"region of surface"
/>
<arg
name=
"lifetime"
type=
"uint"
summary=
"confinement lifetime"
/>
<arg
name=
"lifetime"
type=
"uint"
enum=
"lifetime"
summary=
"confinement lifetime"
/>
</request>
</interface>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment