Mostly implement mini window

This commit is contained in:
2022-09-08 01:18:05 -07:00
parent db580641b9
commit d8d47a5f83
9 changed files with 279 additions and 16 deletions
+2 -1
View File
@@ -17,7 +17,8 @@ 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);
G_END_DECLS