little things

This commit is contained in:
Adam D. Ruppe 2021-12-22 18:49:12 -05:00
parent 0c94e78b33
commit 307c6acb28
3 changed files with 5 additions and 1 deletions

View File

@ -27,6 +27,7 @@
---
+/
module minigui_addons.webview;
// FIXME: i think i can download the cef automatically if needed.
version(linux)
version=cef;

View File

@ -73,7 +73,7 @@
});
---
+/
module minigui_xml;
module arsd.minigui_xml;
public import arsd.minigui;
public import arsd.minigui : Event;

View File

@ -5170,6 +5170,9 @@ class Timer {
private int intervalInMilliseconds;
// just cuz I sometimes call it this.
alias dispose = destroy;
/// Stop and destroy the timer object.
void destroy() {
version(Windows) {