mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-12 10:35:46 -07:00
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user