Skip to content

Commit

Permalink
zap: Move transformer name variable within plugin namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
soreau committed Aug 27, 2024
1 parent d8d02cc commit 1f341b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/animate/zap.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@
#include <wayfire/view-transform.hpp>
#include <wayfire/output.hpp>

static const std::string zap_transformer_name = "zap-transformer";

wf::option_wrapper_t<wf::animation_description_t> zap_duration{"animate/zap_duration"};

namespace wf
{
namespace zap
{
static const std::string zap_transformer_name = "zap-transformer";
using namespace wf::animation;
class zap_animation_t : public duration_t
{
Expand Down

0 comments on commit 1f341b5

Please sign in to comment.