mirror of
https://github.com/wizbright/waybox.git
synced 2025-11-27 06:59:55 -05:00
Updated to newer wlroots and window finally renders
This commit is contained in:
parent
578ddb43ba
commit
0ed5d25538
10 changed files with 871 additions and 10 deletions
16
protocol/screenshooter.xml
Normal file
16
protocol/screenshooter.xml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
<protocol name="orbital_screenshooter">
|
||||
|
||||
<interface name="orbital_screenshooter" version="1">
|
||||
<request name="shoot">
|
||||
<arg name="id" type="new_id" interface="orbital_screenshot"/>
|
||||
<arg name="output" type="object" interface="wl_output"/>
|
||||
<arg name="buffer" type="object" interface="wl_buffer"/>
|
||||
</request>
|
||||
</interface>
|
||||
|
||||
<interface name="orbital_screenshot" version="1">
|
||||
<event name="done">
|
||||
</event>
|
||||
</interface>
|
||||
|
||||
</protocol>
|
||||
Loading…
Add table
Add a link
Reference in a new issue