Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
igagis committed Sep 17, 2024
1 parent 39be222 commit 43dfa38
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/ruisapp/application.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,12 @@ struct window_params {
utki::flags<buffer> buffers = false;

// version 0.0 means default version
utki::version_duplet graphics_api_version = { //
// clang-format off
utki::version_duplet graphics_api_version = {
.major = 0,
.minor = 0
};
// clang-format on

window_params(r4::vector2<unsigned> dims) :
dims(dims)
Expand Down

0 comments on commit 43dfa38

Please sign in to comment.