wayland: implement xdg-activation
This commit is contained in:
parent
0628a9d393
commit
41d7531cd5
26 changed files with 667 additions and 50 deletions
|
|
@ -1,3 +1,4 @@
|
|||
pub mod activation_token;
|
||||
pub mod array;
|
||||
pub mod asyncevent;
|
||||
pub mod bitfield;
|
||||
|
|
@ -18,6 +19,7 @@ pub mod nonblock;
|
|||
pub mod num_cpus;
|
||||
pub mod numcell;
|
||||
pub mod once;
|
||||
pub mod opaque;
|
||||
pub mod option_ext;
|
||||
pub mod oserror;
|
||||
pub mod page_size;
|
||||
|
|
@ -30,6 +32,7 @@ pub mod scroller;
|
|||
pub mod smallmap;
|
||||
pub mod stack;
|
||||
pub mod syncqueue;
|
||||
pub mod threshold_counter;
|
||||
pub mod timer;
|
||||
pub mod tri;
|
||||
pub mod trim;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue