DPF

DISTRHO Plugin Framework
Log | Files | Refs | Submodules | README | LICENSE

commit 87d60f027c73c554573ff915d091d85675c7b629
parent c0d18986db50b3472ef59088f2d0acc9b0a8689f
Author: falkTX <falktx@falktx.com>
Date:   Mon,  8 Mar 2021 17:59:46 +0000

Move old custom plugin to separate dir

Signed-off-by: falkTX <falktx@falktx.com>

Diffstat:
Rdgl/src/pugl/pugl.h -> dgl/src/pugl-custom/pugl.h | 0
Rdgl/src/pugl/pugl_haiku.cpp -> dgl/src/pugl-custom/pugl_haiku.cpp | 0
Rdgl/src/pugl/pugl_internal.h -> dgl/src/pugl-custom/pugl_internal.h | 0
Rdgl/src/pugl/pugl_osx.m -> dgl/src/pugl-custom/pugl_osx.m | 0
Rdgl/src/pugl/pugl_win.cpp -> dgl/src/pugl-custom/pugl_win.cpp | 0
Rdgl/src/pugl/pugl_x11.c -> dgl/src/pugl-custom/pugl_x11.c | 0
6 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/dgl/src/pugl/pugl.h b/dgl/src/pugl-custom/pugl.h diff --git a/dgl/src/pugl/pugl_haiku.cpp b/dgl/src/pugl-custom/pugl_haiku.cpp diff --git a/dgl/src/pugl/pugl_internal.h b/dgl/src/pugl-custom/pugl_internal.h diff --git a/dgl/src/pugl/pugl_osx.m b/dgl/src/pugl-custom/pugl_osx.m diff --git a/dgl/src/pugl/pugl_win.cpp b/dgl/src/pugl-custom/pugl_win.cpp diff --git a/dgl/src/pugl/pugl_x11.c b/dgl/src/pugl-custom/pugl_x11.c