Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
Do not show grid upon start
Browse files Browse the repository at this point in the history
  • Loading branch information
Timur Sultanov committed Apr 8, 2021
1 parent 62f0798 commit 5aa3b13
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/wmain.zig
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ pub export fn wWinMain(hInstance: zw.HINSTANCE, hPrevInstance: ?zw.HINSTANCE, pC
_ = w.RegisterHotKey(null, 0, w.MOD_ALT, w.VK_SPACE);

var main_presenter = MainPresenter.init(hInstanceWinApi, std.heap.page_allocator) catch unreachable;
main_presenter.show() catch unreachable;

var msg: w.MSG = undefined;
while (w.GetMessageW(&msg, null, 0, 0) != 0) {
Expand Down

0 comments on commit 5aa3b13

Please sign in to comment.