Merge pull request #99879 from Lielay9/missing-sharp-corner_getter
Add missing getter for sharp window corners.
This commit is contained in:
commit
9babf66008
1 changed files with 3 additions and 0 deletions
|
|
@ -2409,6 +2409,9 @@ bool DisplayServerWindows::window_get_flag(WindowFlags p_flag, WindowID p_window
|
|||
case WINDOW_FLAG_ALWAYS_ON_TOP: {
|
||||
return wd.always_on_top;
|
||||
} break;
|
||||
case WINDOW_FLAG_SHARP_CORNERS: {
|
||||
return wd.sharp_corners;
|
||||
} break;
|
||||
case WINDOW_FLAG_TRANSPARENT: {
|
||||
return wd.layered_window;
|
||||
} break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue