]> git.pld-linux.org Git - packages/arts.git/blobdiff - arts-1.1.1-video-20030314.patch
This commit was manufactured by cvs2git to create branch 'TEST'.
[packages/arts.git] / arts-1.1.1-video-20030314.patch
diff --git a/arts-1.1.1-video-20030314.patch b/arts-1.1.1-video-20030314.patch
deleted file mode 100644 (file)
index 906531f..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
---- arts-1.1.1/soundserver/kmedia2.idl.video   2003-03-14 22:08:11.000000000 +0100
-+++ arts-1.1.1/soundserver/kmedia2.idl 2003-03-14 22:29:04.000000000 +0100
-@@ -206,14 +206,23 @@
-  */
- interface VideoPlayObject {
-     /**
--     * video output window (active)
--     */
--    attribute long x11WindowId;
--    /**
-      * take a snapshot and draw it onto a pixmap
-      * returns the X11 pixmap ID or -1 on error
-      */
-     long x11Snapshot();
-+    /**
-+     * returns the current value of the property
-+     *
-+     * @param name the name of the property to return
-+     */
-+    long property(string name);
-+    /**
-+     * sets a property
-+     *
-+     * @param name the name of the property to set
-+     * @param value the new value for the property
-+     */
-+    void property(string name, long value);
- };
- /**
This page took 0.172407 seconds and 4 git commands to generate.