mirror of
https://github.com/xpipe-io/xpipe.git
synced 2025-04-17 09:43:37 +00:00
Clarify window backdrop enum
This commit is contained in:
parent
ed24ad9138
commit
48c9f96c03
1 changed files with 6 additions and 2 deletions
|
@ -160,10 +160,14 @@ public class NativeWinWindowControl {
|
|||
}
|
||||
|
||||
public enum DwmSystemBackDropType {
|
||||
// DWMSBT_NONE
|
||||
NONE(1),
|
||||
// DWMSBT_MAINWINDOW
|
||||
MICA(2),
|
||||
MICA_ALT(4),
|
||||
ACRYLIC(3);
|
||||
// DWMSBT_TRANSIENTWINDOW
|
||||
ACRYLIC(3),
|
||||
// DWMSBT_TABBEDWINDOW
|
||||
MICA_ALT(4);
|
||||
|
||||
private final int value;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue