1
0
forked from vitrine/wmaker

Ditch linked list pointers in Rust application struct, too.

This commit is contained in:
2025-09-05 02:00:48 -04:00
parent 7ba66fbc00
commit 9a886baef8

View File

@@ -10,8 +10,6 @@ pub struct Flags {
#[repr(C)]
pub struct Application {
next: *mut Application,
prev: *mut Application,
main_window: x11::xlib::Window,
main_window_desc: *mut c_void,
menu: *mut c_void,