diff options
author | vaxerski <[email protected]> | 2022-05-29 15:44:30 +0200 |
---|---|---|
committer | vaxerski <[email protected]> | 2022-05-29 15:45:51 +0200 |
commit | 227cbb0464bbf211f9d5ec7f6fa8e1bba0aecd12 (patch) | |
tree | 99e04d68d0fa6521201a7645a9b8c5ee83f6d736 /src/defines.hpp | |
parent | fdb3f610e564c644ab0fc7fd154562258350084a (diff) | |
download | Hyprland-227cbb0464bbf211f9d5ec7f6fa8e1bba0aecd12.tar.gz Hyprland-227cbb0464bbf211f9d5ec7f6fa8e1bba0aecd12.zip |
Added fullscreen types, maximize and full
Diffstat (limited to 'src/defines.hpp')
-rw-r--r-- | src/defines.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/defines.hpp b/src/defines.hpp index 8c61a780..ebedd1a5 100644 --- a/src/defines.hpp +++ b/src/defines.hpp @@ -64,4 +64,4 @@ #endif #ifndef GIT_DIRTY #define GIT_DIRTY "?" -#endif +#endif
\ No newline at end of file |