Skip to content

Commit

Permalink
Fix unix builds
Browse files Browse the repository at this point in the history
  • Loading branch information
o-sdn-o committed Nov 8, 2024
1 parent be103bc commit 0e3c623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/netxs/desktopio/controls.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2412,7 +2412,7 @@ namespace netxs::ui
return backup;
}
// form: Fill object region using parametrized fx.
template<auto RenderOrder = e2::render::background::any, auto Tier = tier::release, class Fx, class Event = noop, bool fixed = std::is_same_v<Event, noop>>
template<auto Tier = tier::release, auto RenderOrder = e2::render::background::any, class Fx, class Event = noop, bool fixed = std::is_same_v<Event, noop>>
auto shader(Fx&& fx, Event sync = {}, sptr source_ptr = {})
{
static constexpr auto is_cell = std::is_same_v<cell, std::decay_t<Fx>>;
Expand Down

0 comments on commit 0e3c623

Please sign in to comment.