Add corner-style preference setting to PixmapPresenter

This commit is contained in:
Elias Batek 2024-09-10 02:17:22 +02:00
parent bbc7aec494
commit b6b12995f9
1 changed files with 19 additions and 0 deletions

View File

@ -408,8 +408,26 @@ struct PresenterConfig {
///
static struct Window {
///
string title = "ARSD Pixmap Presenter";
///
Size size;
/++
Window corner style
$(NOTE
At the time of writing, this is only implemented on Windows.
It has no effect elsewhere for now but does no harm either.
Windows: Requires Windows 11 or later.
)
History:
Added September 10, 2024.
+/
CornerStyle corners = CornerStyle.rectangular;
}
}
@ -911,6 +929,7 @@ final class PixmapPresenter {
);
window.windowResized = &this.windowResized;
window.cornerStyle = config.window.corners;
// alloc objects
_poc = new PresenterObjectsContainer(