cleanup: namespace Montauk (capital M) => montauk::abi
This commit is contained in:
@@ -135,7 +135,7 @@ static bool klog_render() {
|
||||
return true;
|
||||
}
|
||||
|
||||
static void klog_handle_mouse(const Montauk::WinEvent& ev) {
|
||||
static void klog_handle_mouse(const montauk::abi::WinEvent& ev) {
|
||||
if (ev.mouse.scroll == 0) return;
|
||||
|
||||
g_klog.term.view_offset += (ev.mouse.scroll < 0) ? 3 : -3;
|
||||
@@ -193,7 +193,7 @@ extern "C" void _start() {
|
||||
while (true) {
|
||||
bool redraw = klog_poll();
|
||||
|
||||
Montauk::WinEvent ev;
|
||||
montauk::abi::WinEvent ev;
|
||||
bool quit = false;
|
||||
int r = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user