mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Custom class name for SDK Launcher
Something that could be searched up without clashes and pulled up front.
This commit is contained in:
parent
fb35782b9e
commit
5c05f91891
2
r5dev/thirdparty/cppnet/cppkore/Form.cpp
vendored
2
r5dev/thirdparty/cppnet/cppkore/Form.cpp
vendored
@ -556,7 +556,7 @@ namespace Forms
|
||||
{
|
||||
auto Cp = ContainerControl::GetCreateParams();
|
||||
|
||||
Cp.ClassName = "APPWINDOW";
|
||||
Cp.ClassName = FORM_DEFAULT_CLASS_NAME;
|
||||
|
||||
if (this->_Opacity < 255)
|
||||
Cp.ExStyle |= WS_EX_LAYERED;
|
||||
|
3
r5dev/thirdparty/cppnet/cppkore/Form.h
vendored
3
r5dev/thirdparty/cppnet/cppkore/Form.h
vendored
@ -15,6 +15,9 @@
|
||||
#include "FormClosingEventArgs.h"
|
||||
#include "PaintFrameEventArgs.h"
|
||||
|
||||
// Default class name used for creating windows
|
||||
#define FORM_DEFAULT_CLASS_NAME "SDKLauncher001"
|
||||
|
||||
namespace Forms
|
||||
{
|
||||
class Form : public ContainerControl
|
||||
|
Loading…
x
Reference in New Issue
Block a user