Skip to content

Commit

Permalink
directvt#571 WIP: Fix gcc complaints
Browse files Browse the repository at this point in the history
  • Loading branch information
o-sdn-o committed May 20, 2024
1 parent ec845ca commit 8ed18e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/netxs/desktopio/system.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5769,7 +5769,7 @@ namespace netxs::os
}
#else
//using window = gui::window<gui::x11renderer>;
log("dtvt::window=", dtvt::window, " dtvt::uifont=", dtvt::uifont, " dtvt::fontsz=", dtvt::fontsz, " dtvt::iconic=", dtvt::iconic);
log("dtvt::window=", dtvt::window, " dtvt::uifont=", dtvt::uifont, " dtvt::fontsz=", dtvt::fontsz, " dtvt::iconic=", dtvt::iconic, " dtvt::windpi=", dtvt::windpi);
#endif
}
auto splice(xipc client)
Expand Down

0 comments on commit 8ed18e1

Please sign in to comment.