Skip to content

Commit

Permalink
add TODO:
Browse files Browse the repository at this point in the history
  • Loading branch information
igagis committed Apr 24, 2024
1 parent 601197c commit d95df5e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ruisapp/application.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,9 @@ class application : public utki::intrusive_singleton<application>
const std::string storage_dir;

private:
// TODO: make it window rectangle and track vieport separately,
// use top-left coordinate system

// this is a viewport rectangle in coordinates that are as follows: x grows
// right, y grows up.
ruis::rect cur_window_rect = {0, 0, 0, 0};
Expand Down

0 comments on commit d95df5e

Please sign in to comment.