Skip to content

Commit

Permalink
Merge branch 'main' of github.com:rcaelers/workrave
Browse files Browse the repository at this point in the history
  • Loading branch information
rcaelers committed Jan 15, 2024
2 parents f67805a + 902393e commit 1649f36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/app/toolkits/gtkmm/Toolkit.cc
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ Toolkit::get_head_info(int screen_index) const
HeadInfo head;
head.primary = monitor->is_primary();
monitor->get_geometry(head.geometry);
logger->info("Head info #{}: primary={} x={} y={} w={} h={}",
logger->info("Display #{}: primary={} x={} y={} w={} h={}",
screen_index,
head.primary,
head.geometry.get_x(),
Expand All @@ -158,7 +158,7 @@ int
Toolkit::get_head_count() const
{
Glib::RefPtr<Gdk::Display> display = Gdk::Display::get_default();
logger->info("Head count: {}", display->get_n_monitors());
logger->info("Toolkit reported # displays : {}", display->get_n_monitors());
return display->get_n_monitors();
}

Expand Down

0 comments on commit 1649f36

Please sign in to comment.