mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-07 20:06:00 +01:00
format
This commit is contained in:
parent
e081a44d36
commit
9dff454cc7
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ struct SConfigValue;
|
|||
class CWindow;
|
||||
|
||||
typedef std::shared_ptr<CWindow> PHLWINDOW;
|
||||
typedef std::weak_ptr<CWindow> PHLWINDOWREF;
|
||||
typedef std::weak_ptr<CWindow> PHLWINDOWREF;
|
||||
|
||||
/*
|
||||
These methods are for the plugin to implement
|
||||
|
|
Loading…
Reference in a new issue