2014-07-07 16:10 に Pekka Paalanen さんは書きました:
On Tue, 20 May 2014 13:52:55 +0900
Nobuhiko Tanibata wrote:
Hi,
I apply review comments as v5 except following comments.
>> +
>> +struct link_layerPropertyNotification {
>> +layerPropertyNotificationFunc callback;
>> +void *userdata;
>> +
On Tue, 20 May 2014 13:52:55 +0900
Nobuhiko Tanibata wrote:
> Hi,
>
> I apply review comments as v5 except following comments.
>
> >> +
> >> +struct link_layerPropertyNotification {
> >> +layerPropertyNotificationFunc callback;
> >> +void *userdata;
> >> +struct wl_list link;
> >> +
Hi,
I apply review comments as v5 except following comments.
+
+struct link_layerPropertyNotification {
+layerPropertyNotificationFunc callback;
+void *userdata;
+struct wl_list link;
+};
+
+struct link_surfacePropertyNotification {
+surfacePropertyNotificationFunc callback;
+
On Thu, 20 Mar 2014 15:59:34 +0900
Nobuhiko Tanibata wrote:
> API set of controlling properties of surface and layer which groups
> surfaces. An unique ID whose type is integer is required to create
> surface and layer. With the unique ID, surface and layer are identified
> to control them. The A