Skip to content

Commit

Permalink
Update window_manager.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
aexei committed Jul 25, 2022
1 parent ac48382 commit 129980f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions windows/window_manager.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#include "include/window_manager/window_manager_plugin.h"

// This must be included before many other Windows headers.
#pragma once

#include <Windows.h>
#include <ShellScalingApi.h>

Expand All @@ -17,6 +19,9 @@
#include <sstream>

#pragma comment(lib, "dwmapi.lib")
#pragma comment(lib, "user32.lib")
#pragma comment(lib, "shcore.lib")
#pragma comment(lib, "Gdi32.lib")

#define STATE_NORMAL 0
#define STATE_MAXIMIZED 1
Expand Down

0 comments on commit 129980f

Please sign in to comment.