@@ -141,56 +141,56 @@ extern const struct wl_interface zxdg_output_v1_interface;
141141 */
142142#define ZXDG_OUTPUT_MANAGER_V1_GET_XDG_OUTPUT_SINCE_VERSION 1
143143
144- /** @ingroup iface_zxdg_output_manager_v1 */
145- static inline void
146- zxdg_output_manager_v1_set_user_data (struct zxdg_output_manager_v1 * zxdg_output_manager_v1 , void * user_data )
147- {
148- wl_proxy_set_user_data ((struct wl_proxy * ) zxdg_output_manager_v1 , user_data );
149- }
144+ // / ** @ingroup iface_zxdg_output_manager_v1 */
145+ // static inline void
146+ // zxdg_output_manager_v1_set_user_data(struct zxdg_output_manager_v1 *zxdg_output_manager_v1, void *user_data)
147+ // {
148+ // wl_proxy_set_user_data((struct wl_proxy *) zxdg_output_manager_v1, user_data);
149+ // }
150150
151- /** @ingroup iface_zxdg_output_manager_v1 */
152- static inline void *
153- zxdg_output_manager_v1_get_user_data (struct zxdg_output_manager_v1 * zxdg_output_manager_v1 )
154- {
155- return wl_proxy_get_user_data ((struct wl_proxy * ) zxdg_output_manager_v1 );
156- }
151+ // / ** @ingroup iface_zxdg_output_manager_v1 */
152+ // static inline void *
153+ // zxdg_output_manager_v1_get_user_data(struct zxdg_output_manager_v1 *zxdg_output_manager_v1)
154+ // {
155+ // return wl_proxy_get_user_data((struct wl_proxy *) zxdg_output_manager_v1);
156+ // }
157157
158- static inline uint32_t
159- zxdg_output_manager_v1_get_version (struct zxdg_output_manager_v1 * zxdg_output_manager_v1 )
160- {
161- return wl_proxy_get_version ((struct wl_proxy * ) zxdg_output_manager_v1 );
162- }
158+ // static inline uint32_t
159+ // zxdg_output_manager_v1_get_version(struct zxdg_output_manager_v1 *zxdg_output_manager_v1)
160+ // {
161+ // return wl_proxy_get_version((struct wl_proxy *) zxdg_output_manager_v1);
162+ // }
163163
164- /**
165- * @ingroup iface_zxdg_output_manager_v1
166- *
167- * Using this request a client can tell the server that it is not
168- * going to use the xdg_output_manager object anymore.
169- *
170- * Any objects already created through this instance are not affected.
171- */
172- static inline void
173- zxdg_output_manager_v1_destroy (struct zxdg_output_manager_v1 * zxdg_output_manager_v1 )
174- {
175- wl_proxy_marshal_flags ((struct wl_proxy * ) zxdg_output_manager_v1 ,
176- ZXDG_OUTPUT_MANAGER_V1_DESTROY , NULL , wl_proxy_get_version ((struct wl_proxy * ) zxdg_output_manager_v1 ), WL_MARSHAL_FLAG_DESTROY );
177- }
164+ // / **
165+ // * @ingroup iface_zxdg_output_manager_v1
166+ // *
167+ // * Using this request a client can tell the server that it is not
168+ // * going to use the xdg_output_manager object anymore.
169+ // *
170+ // * Any objects already created through this instance are not affected.
171+ // */
172+ // static inline void
173+ // zxdg_output_manager_v1_destroy(struct zxdg_output_manager_v1 *zxdg_output_manager_v1)
174+ // {
175+ // wl_proxy_marshal_flags((struct wl_proxy *) zxdg_output_manager_v1,
176+ // ZXDG_OUTPUT_MANAGER_V1_DESTROY, NULL, wl_proxy_get_version((struct wl_proxy *) zxdg_output_manager_v1), WL_MARSHAL_FLAG_DESTROY);
177+ // }
178178
179- /**
180- * @ingroup iface_zxdg_output_manager_v1
181- *
182- * This creates a new xdg_output object for the given wl_output.
183- */
184- static inline struct zxdg_output_v1 *
185- zxdg_output_manager_v1_get_xdg_output (struct zxdg_output_manager_v1 * zxdg_output_manager_v1 , struct wl_output * output )
186- {
187- struct wl_proxy * id ;
179+ // / **
180+ // * @ingroup iface_zxdg_output_manager_v1
181+ // *
182+ // * This creates a new xdg_output object for the given wl_output.
183+ // */
184+ // static inline struct zxdg_output_v1 *
185+ // zxdg_output_manager_v1_get_xdg_output(struct zxdg_output_manager_v1 *zxdg_output_manager_v1, struct wl_output *output)
186+ // {
187+ // struct wl_proxy *id;
188188
189- id = wl_proxy_marshal_flags ((struct wl_proxy * ) zxdg_output_manager_v1 ,
190- ZXDG_OUTPUT_MANAGER_V1_GET_XDG_OUTPUT , & zxdg_output_v1_interface , wl_proxy_get_version ((struct wl_proxy * ) zxdg_output_manager_v1 ), 0 , NULL , output );
189+ // id = wl_proxy_marshal_flags((struct wl_proxy *) zxdg_output_manager_v1,
190+ // ZXDG_OUTPUT_MANAGER_V1_GET_XDG_OUTPUT, &zxdg_output_v1_interface, wl_proxy_get_version((struct wl_proxy *) zxdg_output_manager_v1), 0, NULL, output);
191191
192- return (struct zxdg_output_v1 * ) id ;
193- }
192+ // return (struct zxdg_output_v1 *) id;
193+ // }
194194
195195/**
196196 * @ingroup iface_zxdg_output_v1
@@ -374,38 +374,38 @@ zxdg_output_v1_add_listener(struct zxdg_output_v1 *zxdg_output_v1,
374374 */
375375#define ZXDG_OUTPUT_V1_DESTROY_SINCE_VERSION 1
376376
377- /** @ingroup iface_zxdg_output_v1 */
378- static inline void
379- zxdg_output_v1_set_user_data (struct zxdg_output_v1 * zxdg_output_v1 , void * user_data )
380- {
381- wl_proxy_set_user_data ((struct wl_proxy * ) zxdg_output_v1 , user_data );
382- }
377+ // / ** @ingroup iface_zxdg_output_v1 */
378+ // static inline void
379+ // zxdg_output_v1_set_user_data(struct zxdg_output_v1 *zxdg_output_v1, void *user_data)
380+ // {
381+ // wl_proxy_set_user_data((struct wl_proxy *) zxdg_output_v1, user_data);
382+ // }
383383
384- /** @ingroup iface_zxdg_output_v1 */
385- static inline void *
386- zxdg_output_v1_get_user_data (struct zxdg_output_v1 * zxdg_output_v1 )
387- {
388- return wl_proxy_get_user_data ((struct wl_proxy * ) zxdg_output_v1 );
389- }
384+ // / ** @ingroup iface_zxdg_output_v1 */
385+ // static inline void *
386+ // zxdg_output_v1_get_user_data(struct zxdg_output_v1 *zxdg_output_v1)
387+ // {
388+ // return wl_proxy_get_user_data((struct wl_proxy *) zxdg_output_v1);
389+ // }
390390
391- static inline uint32_t
392- zxdg_output_v1_get_version (struct zxdg_output_v1 * zxdg_output_v1 )
393- {
394- return wl_proxy_get_version ((struct wl_proxy * ) zxdg_output_v1 );
395- }
391+ // static inline uint32_t
392+ // zxdg_output_v1_get_version(struct zxdg_output_v1 *zxdg_output_v1)
393+ // {
394+ // return wl_proxy_get_version((struct wl_proxy *) zxdg_output_v1);
395+ // }
396396
397- /**
398- * @ingroup iface_zxdg_output_v1
399- *
400- * Using this request a client can tell the server that it is not
401- * going to use the xdg_output object anymore.
402- */
403- static inline void
404- zxdg_output_v1_destroy (struct zxdg_output_v1 * zxdg_output_v1 )
405- {
406- wl_proxy_marshal_flags ((struct wl_proxy * ) zxdg_output_v1 ,
407- ZXDG_OUTPUT_V1_DESTROY , NULL , wl_proxy_get_version ((struct wl_proxy * ) zxdg_output_v1 ), WL_MARSHAL_FLAG_DESTROY );
408- }
397+ // / **
398+ // * @ingroup iface_zxdg_output_v1
399+ // *
400+ // * Using this request a client can tell the server that it is not
401+ // * going to use the xdg_output object anymore.
402+ // */
403+ // static inline void
404+ // zxdg_output_v1_destroy(struct zxdg_output_v1 *zxdg_output_v1)
405+ // {
406+ // wl_proxy_marshal_flags((struct wl_proxy *) zxdg_output_v1,
407+ // ZXDG_OUTPUT_V1_DESTROY, NULL, wl_proxy_get_version((struct wl_proxy *) zxdg_output_v1), WL_MARSHAL_FLAG_DESTROY);
408+ // }
409409
410410#ifdef __cplusplus
411411}
0 commit comments