diff --git a/minigui_addons/webview.d b/minigui_addons/webview.d index a94bde8..dddae37 100644 --- a/minigui_addons/webview.d +++ b/minigui_addons/webview.d @@ -27,6 +27,7 @@ --- +/ module minigui_addons.webview; +// FIXME: i think i can download the cef automatically if needed. version(linux) version=cef; diff --git a/minigui_xml.d b/minigui_xml.d index 3ed2934..d2791cc 100644 --- a/minigui_xml.d +++ b/minigui_xml.d @@ -73,7 +73,7 @@ }); --- +/ -module minigui_xml; +module arsd.minigui_xml; public import arsd.minigui; public import arsd.minigui : Event; diff --git a/simpledisplay.d b/simpledisplay.d index 8aedd96..51f1ebe 100644 --- a/simpledisplay.d +++ b/simpledisplay.d @@ -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) {