Clean up build a little bit #15

Merged
trurl merged 2 commits from trurl/wmaker:refactor/build-cleanup into refactor/riir 2025-12-20 12:51:26 -05:00
2 changed files with 3 additions and 1 deletions

View File

@@ -378,6 +378,8 @@ void W_InitNotificationCenter(void);
void W_ReleaseNotificationCenter(void);
void W_ClearNotificationCenter(void);
/* ---[ selection.c ]----------------------------------------------------- */

View File

@@ -7,7 +7,7 @@
use std::{
ffi::{c_char, c_int, CStr},
iter, mem, ptr, slice,
mem, ptr, slice,
};
use crate::memory::{alloc_bytes, alloc_string, ffi::wrealloc, free_bytes};