parent
e5384774a8
commit
d5689bb539
30 changed files with 116 additions and 118 deletions
|
|
@ -10,12 +10,12 @@ class CWLOutputProtocol;
|
|||
|
||||
class CXDGOutput {
|
||||
public:
|
||||
CXDGOutput(SP<CZxdgOutputV1> resource, SP<CMonitor> monitor_);
|
||||
CXDGOutput(SP<CZxdgOutputV1> resource, PHLMONITOR monitor_);
|
||||
|
||||
void sendDetails();
|
||||
|
||||
private:
|
||||
WP<CMonitor> monitor;
|
||||
PHLMONITORREF monitor;
|
||||
SP<CZxdgOutputV1> resource;
|
||||
WP<CWLOutputProtocol> outputProto;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue