autocommit 2022-02-09 17:26:50 CET
This commit is contained in:
parent
4190b910f8
commit
8faab3fe53
25 changed files with 1081 additions and 316 deletions
|
|
@ -10,14 +10,14 @@ use crate::wire::WlDataDeviceManagerId;
|
|||
use std::rc::Rc;
|
||||
use thiserror::Error;
|
||||
|
||||
pub(super) const DND_NONE: u32 = 0;
|
||||
#[allow(dead_code)]
|
||||
const DND_NONE: u32 = 0;
|
||||
pub(super) const DND_COPY: u32 = 1;
|
||||
#[allow(dead_code)]
|
||||
const DND_COPY: u32 = 1;
|
||||
pub(super) const DND_MOVE: u32 = 2;
|
||||
#[allow(dead_code)]
|
||||
const DND_MOVE: u32 = 2;
|
||||
#[allow(dead_code)]
|
||||
const DND_ASK: u32 = 4;
|
||||
pub(super) const DND_ASK: u32 = 4;
|
||||
pub(super) const DND_ALL: u32 = 7;
|
||||
|
||||
pub struct WlDataDeviceManagerGlobal {
|
||||
name: GlobalName,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue