mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-16 13:40:05 +02:00
Rename win32-editor.h -> editor.h
Since I no longer intent to do separate X11 handling on the plugin side
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#include "win32-editor.h"
|
||||
#include "editor.h"
|
||||
|
||||
ATOM register_window_class(std::string window_class_name);
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
#include <thread>
|
||||
|
||||
#include "../common/logging.h"
|
||||
#include "win32-editor.h"
|
||||
#include "editor.h"
|
||||
|
||||
/**
|
||||
* This handles the communication between the Linux native VST plugin and the
|
||||
|
||||
Reference in New Issue
Block a user