diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-08-05 08:53:28 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-08-05 08:53:28 +0200 |
commit | 3dbfed68d2d44e07767312da1b19d8da34d8c79e (patch) | |
tree | f5583f59375e1a929e9970c60444abf7707d8225 | |
parent | 5ef09f089d99b85c2088f5dbebf69108f36f2614 (diff) |
Remove fixed TODOs
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 0 insertions, 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}; |