You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
399 B
19 lines
399 B
14 years ago
|
<protocol name="xserver">
|
||
|
|
||
|
<interface name="xserver" version="1">
|
||
|
<request name="set_window_id">
|
||
|
<arg name="surface" type="object" interface="wl_surface"/>
|
||
|
<arg name="id" type="uint"/>
|
||
|
</request>
|
||
|
|
||
|
<event name="client">
|
||
|
<arg name="fd" type="fd"/>
|
||
|
</event>
|
||
|
|
||
|
<event name="listen_socket">
|
||
|
<arg name="fd" type="fd"/>
|
||
|
</event>
|
||
|
</interface>
|
||
|
|
||
|
</protocol>
|