Skip to content

Commit

Permalink
Changed brightness, also improved FCS finding logic.
Browse files Browse the repository at this point in the history
  • Loading branch information
maths22 committed Nov 5, 2014
1 parent 74af0f1 commit 34fa1c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion FCSDisplayController/MyForm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ BOOL CALLBACK on_enumwindow_cb(HWND hwndWindow, LPARAM lParam) {

EnumChildWindows(samo, (WNDENUMPROC)on_enumchildwindow_cb, 0);
mode = PRE_AUTO;
return false;
}

return true;
Expand Down Expand Up @@ -405,7 +406,7 @@ int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance,
LPSTR lpCmdLine, int nCmdShow)
{
output.dispEnabled = true;

output.brightness = 15;

Application::EnableVisualStyles();
Application::SetCompatibleTextRenderingDefault(false);
Expand Down

0 comments on commit 34fa1c3

Please sign in to comment.