From 3dbfed68d2d44e07767312da1b19d8da34d8c79e Mon Sep 17 00:00:00 2001 From: dec05eba Date: Mon, 5 Aug 2024 08:53:28 +0200 Subject: Remove fixed TODOs --- src/main.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 2943b74..9d1476a 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -268,8 +268,6 @@ int main(int argc, char **argv) { Display *display = (Display*)mgl_get_context()->connection; - // TODO: Use the monitor that the cursor is on or the focused window is on. - // TODO: Update position when workspace changes (in dwm, sticky property handles it in real workspaces). // TODO: Make sure the notification always stays on top. Test with starting the notification and then opening youtube in fullscreen. const int window_width = content_padding_left + logo_sprite_padding_x + logo_sprite.get_size().x + padding_between_icon_and_text_x + text.get_bounds().size.x + logo_sprite_padding_x + padding_between_icon_and_text_x; const mgl::vec2i window_size{window_width, window_height}; -- cgit v1.2.3