Advertisement
Guest User

Untitled

a guest
Aug 4th, 2015
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. <protocol name="derp">
  2. <interface name="cursor_theme">
  3. <event name="theme">
  4. <description summary="suggest a cursor theme">
  5. This suggests a cursor theme for the client to use. It can be
  6. updated at any time. The client is allowed to take it's time
  7. updating the cursor theme, and could possibly wait for the
  8. next wl_cursor.enter event.
  9. </description>
  10. <arg name="theme_name" type="string" />
  11. </event>
  12. </interface>
  13. </protocol>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement