<div dir="ltr">2013/9/15 Chang Liu <span dir="ltr"><<a href="mailto:cl91tp@gmail.com" target="_blank">cl91tp@gmail.com</a>></span><br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
remove the unnecessary extra underscore in the name of the argument of<br>
wl_shell_surface::set_class<br>
---<br>
The identifier class_ only appears in the generated code, in function<br>
declarations. Changing it shouldn't cause any backward incompatibilities.<br>
<br>
 protocol/wayland.xml | 2 +-<br>
 1 file changed, 1 insertion(+), 1 deletion(-)<br>
<br>
diff --git a/protocol/wayland.xml b/protocol/wayland.xml<br>
index aeb0412..28caf61 100644<br>
--- a/protocol/wayland.xml<br>
+++ b/protocol/wayland.xml<br>
@@ -913,7 +913,7 @@<br>
        file name (or the full path if it is a non-standard location) of<br>
        the application's .desktop file as the class.<br>
       </description><br>
-      <arg name="class_" type="string"/><br>
+      <arg name="class" type="string"/><br>
     </request><br>
<br>
     <event name="ping"><br>
<span class="HOEnZb"><font color="#888888">--<br>
1.8.3.4<br></font></span></blockquote><div><br></div><div>Hi,</div><div><br></div><div>I don't understand how this would not clash with the C++ keyword.</div><div><br></div><div>Thanks,</div><div>Jonas</div></div></div>
</div>