Skip to content

Commit

Permalink
Fix issue #2510: Second monitor - BIG title bar v 2.16.44 (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdottaka committed Oct 31, 2024
1 parent e0f7a47 commit 3b55186
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Src/TitleBarHelper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
#include "StdAfx.h"
#include "TitleBarHelper.h"

#if !defined(SM_CXPADDEDBORDER)
#define SM_CXPADDEDBORDER 92
#endif

CTitleBarHelper::CTitleBarHelper()
: m_pWnd(nullptr)
, m_maximized(false)
Expand Down

0 comments on commit 3b55186

Please sign in to comment.