Re: [RFC weston] Views: Should we have a concept of "primary"?

2013-09-14 Thread Bill Spitzak
Can't buffers already be shared between surfaces? I don't understand what problem or solution views are trying to address. ___ wayland-devel mailing list wayland-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/wayland-devel

[RFC weston] Views: Should we have a concept of "primary"?

2013-09-14 Thread Jason Ekstrand
Hello all, Last night, I sent a set of patches to the list to split the geometry information off of the weston_surface structure so that we can have a single surface in multiple locations at the same time. With this, comes an interesting question: Should a surface have one view that is denoted the

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