Add floating window logic
Signed-off-by: Vasiliy Doylov <nekocwd@mainlining.org>
This commit is contained in:
parent
f9442af5ed
commit
2e12fa26c4
21 changed files with 335 additions and 98 deletions
|
@ -1,5 +1,23 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<schemalist gettext-domain="pipetap">
|
||||
<schema id="io.gitlab.nekocwd.pipetap" path="/io/gitlab/nekocwd/pipetap/">
|
||||
<schema id="io.gitlab.nekocwd.pipetap.adjustments">
|
||||
<key name='start-x' type='d'>
|
||||
<default>0</default>
|
||||
</key>
|
||||
<key name='start-y' type='d'>
|
||||
<default>0</default>
|
||||
</key>
|
||||
<key name='end-x' type='d'>
|
||||
<default>0</default>
|
||||
</key>
|
||||
<key name='end-y' type='d'>
|
||||
<default>0</default>
|
||||
</key>
|
||||
<key name='orientation' type='b'>
|
||||
<default>false</default>
|
||||
</key>
|
||||
</schema>
|
||||
</schemalist>
|
||||
<schema id="io.gitlab.nekocwd.pipetap" path="/io/gitlab/nekocwd/pipetap/">
|
||||
<child name="main-controls-pos" schema="io.gitlab.nekocwd.pipetap.adjustments"></child>
|
||||
</schema>
|
||||
</schemalist>
|
|
@ -28,7 +28,9 @@ test(
|
|||
)
|
||||
|
||||
install_data(
|
||||
'io.gitlab.nekocwd.pipetap.gschema.xml',
|
||||
[
|
||||
'io.gitlab.nekocwd.pipetap.gschema.xml',
|
||||
],
|
||||
install_dir: get_option('datadir') / 'glib-2.0' / 'schemas',
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue