Fixed: Copying to clipboard does not support transparency

This commit is contained in:
Jindra Petřík
2021-03-05 21:22:55 +01:00
parent 6c56fbeeb1
commit b9e60534cf
5 changed files with 36 additions and 1 deletions
@@ -67,4 +67,6 @@ public interface MediaDisplay extends Closeable {
public void addEventListener(MediaDisplayListener listener);
public void removeEventListener(MediaDisplayListener listener);
public Color getBackgroundColor();
}