diff options
| author | Kristian Høgsberg <krh@bitplanet.net> | 2012-05-03 15:41:50 -0400 |
|---|---|---|
| committer | Kristian Høgsberg <krh@bitplanet.net> | 2012-05-03 15:41:50 -0400 |
| commit | 3de517a09245aacec844c09d5d7fe30b5ebe3dd2 (patch) | |
| tree | cc7c0387b159698d9bb646391522ef41377a1a61 /protocol | |
| parent | tests: Fix out-of-tree builds (diff) | |
| download | wayland-3de517a09245aacec844c09d5d7fe30b5ebe3dd2.tar wayland-3de517a09245aacec844c09d5d7fe30b5ebe3dd2.tar.gz wayland-3de517a09245aacec844c09d5d7fe30b5ebe3dd2.tar.bz2 wayland-3de517a09245aacec844c09d5d7fe30b5ebe3dd2.tar.lz wayland-3de517a09245aacec844c09d5d7fe30b5ebe3dd2.tar.xz wayland-3de517a09245aacec844c09d5d7fe30b5ebe3dd2.tar.zst wayland-3de517a09245aacec844c09d5d7fe30b5ebe3dd2.zip | |
Use class_ instead of class in protocol
This way we can include the generated code from C++.
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 3aa4062..51072b6 100644 --- a/protocol/wayland.xml +++ b/protocol/wayland.xml @@ -558,7 +558,7 @@ the applications .desktop file (absolute path if non-standard location). </description> - <arg name="class" type="string"/> + <arg name="class_" type="string"/> </request> <event name="ping"> |
