mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-06 19:40:10 +02:00
Don't draw a background
Gets redrawn during resizes while XEmbed is enabled.
This commit is contained in:
@@ -246,7 +246,6 @@ ATOM register_window_class(std::string window_class_name) {
|
||||
window_class.lpfnWndProc = window_proc;
|
||||
window_class.hInstance = GetModuleHandle(nullptr);
|
||||
window_class.hCursor = LoadCursor(nullptr, IDC_ARROW);
|
||||
window_class.hbrBackground = CreateHatchBrush(HS_CROSS, RGB(255, 0, 255));
|
||||
window_class.lpszClassName = window_class_name.c_str();
|
||||
|
||||
return RegisterClassEx(&window_class);
|
||||
|
||||
Reference in New Issue
Block a user