forked from vitrine/wmaker
Ditch linked list pointers in Rust application struct, too.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user