forked from pyrite-dev/milsko
m
This commit is contained in:
parent
4b250960b6
commit
4869821fe1
1 changed files with 8 additions and 11 deletions
19
milsko.xml
19
milsko.xml
|
|
@ -110,13 +110,6 @@
|
|||
<!-- Early string properties -->
|
||||
<string name="vulkanExtension" early="yes" />
|
||||
<string name="vulkanLayer" early="yes" />
|
||||
<!-- Early void properties -->
|
||||
<struct
|
||||
defname="MwVulkanConfig"
|
||||
early="yes"
|
||||
pointer="yes"
|
||||
name="vulkanConfig"
|
||||
/>
|
||||
|
||||
<pixmap name="pixmap" />
|
||||
<pixmap name="iconPixmap" />
|
||||
|
|
@ -126,6 +119,14 @@
|
|||
<pixmap name="backgroundPixmap" common="yes" />
|
||||
<pointer name="monospaceFont" />
|
||||
<pointer name="boldMonospaceFont" />
|
||||
|
||||
<!-- Early void properties -->
|
||||
<struct
|
||||
defname="MwVulkanConfig"
|
||||
early="yes"
|
||||
pointer="yes"
|
||||
name="vulkanConfig"
|
||||
/>
|
||||
</properties>
|
||||
<handlers>
|
||||
<handler name="activate" />
|
||||
|
|
@ -578,10 +579,6 @@
|
|||
</function>
|
||||
</functions>
|
||||
</header>
|
||||
|
||||
<!-- They are not alphabetically sorted for reasons -->
|
||||
<header name="Widget/Vulkan">
|
||||
</header>
|
||||
</headers>
|
||||
|
||||
<!-- Widget functions are prefixed with mw<widget name> -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue