libbluray | branch: master | hpi1 <[email protected]> | Thu Oct  9 10:41:25 
2014 +0300| [29883ee0240ca2030f3c24dbf4c2710647a43d03] | committer: hpi1

HGraphicsConfiguration: log unimplemented functions

> http://git.videolan.org/gitweb.cgi/libbluray.git/?a=commit;h=29883ee0240ca2030f3c24dbf4c2710647a43d03
---

 src/libbluray/bdj/java/org/havi/ui/HGraphicsConfiguration.java |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/libbluray/bdj/java/org/havi/ui/HGraphicsConfiguration.java 
b/src/libbluray/bdj/java/org/havi/ui/HGraphicsConfiguration.java
index 164e84d..33de7d4 100644
--- a/src/libbluray/bdj/java/org/havi/ui/HGraphicsConfiguration.java
+++ b/src/libbluray/bdj/java/org/havi/ui/HGraphicsConfiguration.java
@@ -77,18 +77,22 @@ public class HGraphicsConfiguration extends 
HScreenConfiguration {
     }
 
     public Color getPunchThroughToBackgroundColor(int percentage) {
+        org.videolan.Logger.unimplemented("HGraphicsConfigTemplate", "");
         throw new Error("Not implemented");
     }
 
     public Color getPunchThroughToBackgroundColor(int percentage, HVideoDevice 
hvd) {
+        org.videolan.Logger.unimplemented("HGraphicsConfigTemplate", "");
         throw new Error("Not implemented");
     }
 
     public Color getPunchThroughToBackgroundColor(Color color, int percentage) 
{
+        org.videolan.Logger.unimplemented("HGraphicsConfigTemplate", "");
         throw new Error("Not implemented");
     }
 
     public Color getPunchThroughToBackgroundColor(Color color, int percentage, 
HVideoDevice v) {
+        org.videolan.Logger.unimplemented("HGraphicsConfigTemplate", "");
         throw new Error("Not implemented");
     }
 

_______________________________________________
libbluray-devel mailing list
[email protected]
https://mailman.videolan.org/listinfo/libbluray-devel

Reply via email to