diff options
| author | Kristian Høgsberg <krh@bitplanet.net> | 2011-07-11 11:15:00 -0400 |
|---|---|---|
| committer | Kristian Høgsberg <krh@bitplanet.net> | 2011-07-11 11:15:00 -0400 |
| commit | 671a62cb968b6793f0504770888b23b79e6fb81e (patch) | |
| tree | c8b779869656bfd9c28cd88a3dd1f00363d87c4b /protocol | |
| parent | scanner: map 'int' to int32_t. (diff) | |
| download | wayland-671a62cb968b6793f0504770888b23b79e6fb81e.tar wayland-671a62cb968b6793f0504770888b23b79e6fb81e.tar.gz wayland-671a62cb968b6793f0504770888b23b79e6fb81e.tar.bz2 wayland-671a62cb968b6793f0504770888b23b79e6fb81e.tar.lz wayland-671a62cb968b6793f0504770888b23b79e6fb81e.tar.xz wayland-671a62cb968b6793f0504770888b23b79e6fb81e.tar.zst wayland-671a62cb968b6793f0504770888b23b79e6fb81e.zip | |
protocol: Make id arg of display.global event be just a uint
Global names are different from object IDs.
Diffstat (limited to 'protocol')
| -rw-r--r-- | protocol/wayland.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocol/wayland.xml b/protocol/wayland.xml index 8d8afa4..45c29ca 100644 --- a/protocol/wayland.xml +++ b/protocol/wayland.xml @@ -48,7 +48,7 @@ server will always announce an object before the object sends out events. --> <event name="global"> - <arg name="id" type="new_id" interface="wl_object"/> + <arg name="id" type="uint" interface="wl_object"/> <arg name="name" type="string"/> <arg name="version" type="uint"/> </event> |
