Skip to content

Commit

Permalink
wm: update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
larpon committed Nov 22, 2023
1 parent be7a16d commit be3d5c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/wm.sdl.v
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ pub fn (mut wm WM) init_root_window() !&Window {
mut win_y := display_bounds[display_index].y +
((f32(display_bounds[display_index].h) - win_h) * 0.5)

// Force window size to same size as fullscreen
// Force window size to same size as the display the window will be fullscreen on
if s.config.window.fullscreen {
win_w = int(display_bounds[display_index].w)
win_h = int(display_bounds[display_index].h)
Expand Down

0 comments on commit be3d5c7

Please sign in to comment.