[libbluray-devel] Log use of HGraphicsDevice.setGraphicsConfiguration89

hpi1 git at videolan.org
Mon Mar 17 22:36:22 CET 2014


libbluray | branch: master | hpi1 <hpi1 at anonymous.org> | Mon Mar 17 23:33:43 2014 +0200| [4835596be5c5ad7a1f192bb9259a22842fe880c8] | committer: hpi1

Log use of HGraphicsDevice.setGraphicsConfiguration89

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

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

diff --git a/src/libbluray/bdj/java/org/havi/ui/HGraphicsDevice.java b/src/libbluray/bdj/java/org/havi/ui/HGraphicsDevice.java
index 9708404..7870951 100644
--- a/src/libbluray/bdj/java/org/havi/ui/HGraphicsDevice.java
+++ b/src/libbluray/bdj/java/org/havi/ui/HGraphicsDevice.java
@@ -19,6 +19,8 @@
 
 package org.havi.ui;
 
+import org.videolan.Logger;
+
 public class HGraphicsDevice extends HScreenDevice {
     protected HGraphicsDevice() {
         int length = HScreenConfigTemplate.defaultConfig.length;
@@ -66,9 +68,17 @@ public class HGraphicsDevice extends HScreenDevice {
             throws SecurityException, HPermissionDeniedException,
             HConfigurationException {
         this.hgc = hgc;
+
+        logger.unimplemented("setGraphicsConfiguration");
+
+        //org.videolan.GUIManager.getInstance().setBounds(0, 0, 960, 540);
+        // -- not enough ...
+
         return true;
     }
 
     private HGraphicsConfiguration[] hgcArray;
     private HGraphicsConfiguration hgc;
+
+    private static final Logger logger = Logger.getLogger(HGraphicsDevice.class.getName());
 }



More information about the libbluray-devel mailing list