parent
e72ae6b25f
commit
581f6659f8
4 changed files with 25 additions and 4 deletions
|
|
@ -23,3 +23,7 @@ eDataSourceType IDataSource::type() {
|
|||
void IDataSource::sendDndFinished() {
|
||||
;
|
||||
}
|
||||
|
||||
uint32_t IDataSource::actions() {
|
||||
return 7; // all
|
||||
}
|
||||
|
|
|
|||
|
|
@ -26,6 +26,7 @@ class IDataSource {
|
|||
virtual void markUsed();
|
||||
virtual void error(uint32_t code, const std::string& msg) = 0;
|
||||
virtual eDataSourceType type();
|
||||
virtual uint32_t actions(); // wl_data_device_manager.dnd_action
|
||||
|
||||
struct {
|
||||
CSignal destroy;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue