summaryrefslogtreecommitdiff
path: root/src/protocol
diff options
context:
space:
mode:
authorChristopher Michael <devilhorns@comcast.net>2021-03-01 10:34:31 -0500
committerChristopher Michael <devilhorns@comcast.net>2021-03-01 10:34:31 -0500
commitedad732eeeabbd12b400a7bc2db677cc0b47478b (patch)
treec92a9e86f5fa53e04a0a66a57a8522d8202b1453 /src/protocol
parent92700403f785916820798371600f24573b13803f (diff)
downloadenlightenment-edad732eeeabbd12b400a7bc2db677cc0b47478b.tar.gz
enlightenment: Remove wayland wobbly windows protocol file
Unsupported, untested, unused...
Diffstat (limited to 'src/protocol')
-rw-r--r--src/protocol/www.xml28
1 files changed, 0 insertions, 28 deletions
diff --git a/src/protocol/www.xml b/src/protocol/www.xml
deleted file mode 100644
index 8d455178de..0000000000
--- a/src/protocol/www.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<protocol name="zwp_www">
- <interface name="www" version="1">
- <request name="create">
- <description summary="Create an object for WWW notifications">
- </description>
- <arg name="id" type="new_id" interface="www_surface"/>
- <arg name="surface" type="object" interface="wl_surface"/>
- </request>
- </interface>
- <interface name="www_surface" version="1">
- <event name="status">
- <description summary="Status update on a www_surface"></description>
- <arg name="x_rel" type="int"/>
- <arg name="y_rel" type="int"/>
- <arg name="timestamp" type="uint"/>
- </event>
- <event name="start_drag">
- <description summary="Drag has started"></description>
- </event>
- <event name="end_drag">
- <description summary="Drag has ended"></description>
- </event>
- <request name="destroy" type="destructor">
- <description summary="Destroy a www_surface">
- </description>
- </request>
- </interface>
-</protocol>