Re: [PATCH] protocol: fix an extra underscore

2013-09-14 Thread Jonas Kulla
2013/9/15 Chang Liu > remove the unnecessary extra underscore in the name of the argument of > wl_shell_surface::set_class > --- > The identifier class_ only appears in the generated code, in function > declarations. Changing it shouldn't cause any backward incompatibilities. > > protocol/waylan

[PATCH] protocol: fix an extra underscore

2013-09-14 Thread Chang Liu
remove the unnecessary extra underscore in the name of the argument of wl_shell_surface::set_class --- The identifier class_ only appears in the generated code, in function declarations. Changing it shouldn't cause any backward incompatibilities. protocol/wayland.xml | 2 +- 1 file changed, 1 ins