Skip to content

Commit

Permalink
fetcher: Desktop window should have no title bar
Browse files Browse the repository at this point in the history
  • Loading branch information
ry755 committed Oct 18, 2024
1 parent fd09e58 commit 58517bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/fetcher/Desktop.okm
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ MODULE Desktop;
(* create the window and make it fully transparent, mark it as "always background", and draw the icons to it *)
new_window(PTROF(desktopWindow), "Desktop", 640, 448, 0, 16, 0, PTROF(desktopIcons));
fill_overlay(000000000H, get_window_overlay_number(PTROF(desktopWindow)));
set_window_flags(000000001H, PTROF(desktopWindow));
set_window_flags(000000003H, PTROF(desktopWindow)); (* "always background" and "no title bar" *)
DrawDesktopIcons(PTROF(desktopWindow));

WHILE desktopRunning DO
Expand Down

0 comments on commit 58517bd

Please sign in to comment.