(svn r1121) -Feature: Added sticky windows feature. A small pin allows the user to set the window as undeletable and can only be closed by hand. As an example the viewport window has been stickied (thanks to Neko-San)
-To use the feature add WDF_STICKY_BUTTON to the widget description and update all widget-ID's since sticky button will be widget 2.
This commit is contained in:
@@ -455,6 +455,9 @@
|
||||
BasicRuntimeChecks="3"/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\map.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\md5.c">
|
||||
</File>
|
||||
@@ -1167,6 +1170,9 @@
|
||||
<File
|
||||
RelativePath="macros.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\map.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="md5.h">
|
||||
</File>
|
||||
|
||||
Reference in New Issue
Block a user