xwayland: refactor class member vars (#10312)
* xwayland: refactor class member vars * xwayland: fix pure wayland build
This commit is contained in:
parent
f8bbe5124c
commit
e5df8cdc62
20 changed files with 657 additions and 670 deletions
|
|
@ -17,7 +17,7 @@ class CXDataSource : public IDataSource {
|
|||
virtual eDataSourceType type();
|
||||
|
||||
private:
|
||||
SXSelection& selection;
|
||||
std::vector<std::string> mimeTypes; // these two have shared idx
|
||||
std::vector<uint32_t> mimeAtoms; //
|
||||
SXSelection& m_selection;
|
||||
std::vector<std::string> m_mimeTypes; // these two have shared idx
|
||||
std::vector<uint32_t> m_mimeAtoms; //
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue