Add features to the mini window

This commit is contained in:
2022-09-09 16:27:32 -07:00
parent d02e75689b
commit f9905c57c8
6 changed files with 123 additions and 48 deletions
+1 -2
View File
@@ -17,8 +17,7 @@ TimerDataPoint *timer_main_window_get_task_data(TimerMainWindow *self, gsize *le
TimerDataPoint *timer_main_window_get_day_data(TimerMainWindow *self, gsize *len);
gboolean timer_main_window_is_always_on_top(TimerMainWindow *self);
GDateTime *timer_main_window_get_last_task_end(TimerMainWindow *self);
void timer_main_window_save_mini_window_pos(TimerMainWindow *self, int x, int y);
void timer_main_window_read_mini_window_pos(TimerMainWindow *self, int *x, int *y);
void timer_main_window_show_for_mode(TimerMainWindow *self);
G_END_DECLS