Skip to content

Commit

Permalink
fixup! Removed SHQueryUserNotificationState use.
Browse files Browse the repository at this point in the history
  • Loading branch information
MiranDMC committed Jun 10, 2024
1 parent 1b21015 commit 14babe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cleo_sdk/CLEO_Utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ namespace CLEO
va_end(args);

auto mainWnd = (HWND*)0x001C9055C; // PluginSDK: RsGlobal.ps->window
auto style = GetWindowLong(RsGlobal.ps->window, GWL_STYLE);
auto style = GetWindowLong(*mainWnd, GWL_STYLE);
bool fullscreen = (style & (WS_BORDER | WS_CAPTION)) != 0;

if (fullscreen)
Expand Down

0 comments on commit 14babe3

Please sign in to comment.