Browse Source

Move old custom plugin to separate dir

Signed-off-by: falkTX <falktx@falktx.com>
pull/252/head
falkTX 5 years ago
parent
commit
a6791406bc
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
6 changed files with 0 additions and 0 deletions
  1. +0
    -0
      dgl/src/pugl-custom/pugl.h
  2. +0
    -0
      dgl/src/pugl-custom/pugl_haiku.cpp
  3. +0
    -0
      dgl/src/pugl-custom/pugl_internal.h
  4. +0
    -0
      dgl/src/pugl-custom/pugl_osx.m
  5. +0
    -0
      dgl/src/pugl-custom/pugl_win.cpp
  6. +0
    -0
      dgl/src/pugl-custom/pugl_x11.c

dgl/src/pugl/pugl.h → dgl/src/pugl-custom/pugl.h View File


dgl/src/pugl/pugl_haiku.cpp → dgl/src/pugl-custom/pugl_haiku.cpp View File


dgl/src/pugl/pugl_internal.h → dgl/src/pugl-custom/pugl_internal.h View File


dgl/src/pugl/pugl_osx.m → dgl/src/pugl-custom/pugl_osx.m View File


dgl/src/pugl/pugl_win.cpp → dgl/src/pugl-custom/pugl_win.cpp View File


dgl/src/pugl/pugl_x11.c → dgl/src/pugl-custom/pugl_x11.c View File


Loading…
Cancel
Save