summaryrefslogtreecommitdiff
path: root/protocol/text.xml
diff options
context:
space:
mode:
authorJan Arne Petersen <jpetersen@openismus.com>2012-09-09 23:08:30 +0200
committerKristian Høgsberg <krh@bitplanet.net>2012-09-12 16:28:04 -0400
commit4c26518ad184bb49e1634a5f8b0024790d3c596b (patch)
tree51e1dfe526ebb8af2cbcde2b33697131fa53b48c /protocol/text.xml
parent547149a9c266496f84ac785d9632e4280405d631 (diff)
downloadweston-4c26518ad184bb49e1634a5f8b0024790d3c596b.tar.gz
text: Remove surface arg in create_text_model
Remove the wl_surface argument from create_text_model request. The wl_surface is specified as an argument in the activate request instead. Signed-off-by: Jan Arne Petersen <jpetersen@openismus.com>
Diffstat (limited to 'protocol/text.xml')
-rw-r--r--protocol/text.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/protocol/text.xml b/protocol/text.xml
index e73cacbf..2077bb25 100644
--- a/protocol/text.xml
+++ b/protocol/text.xml
@@ -46,7 +46,6 @@
<interface name="text_model_factory" version="1">
<request name="create_text_model">
<arg name="id" type="new_id" interface="text_model"/>
- <arg name="surface" type="object" interface="wl_surface"/>
</request>
</interface>