]> git.pld-linux.org Git - packages/arts.git/blame - arts-1.1.1-video-20030314.patch
- reorders: *.la for regular shared libraries back to -devel,
[packages/arts.git] / arts-1.1.1-video-20030314.patch
CommitLineData
a6476626 1--- arts-1.1.1/soundserver/kmedia2.idl.video 2003-03-14 22:08:11.000000000 +0100
2+++ arts-1.1.1/soundserver/kmedia2.idl 2003-03-14 22:29:04.000000000 +0100
3@@ -206,14 +206,23 @@
4 */
5 interface VideoPlayObject {
6 /**
7- * video output window (active)
8- */
9- attribute long x11WindowId;
10- /**
11 * take a snapshot and draw it onto a pixmap
12 * returns the X11 pixmap ID or -1 on error
13 */
14 long x11Snapshot();
15+ /**
16+ * returns the current value of the property
17+ *
18+ * @param name the name of the property to return
19+ */
20+ long property(string name);
21+ /**
22+ * sets a property
23+ *
24+ * @param name the name of the property to set
25+ * @param value the new value for the property
26+ */
27+ void property(string name, long value);
28 };
29
30 /**
This page took 0.026244 seconds and 4 git commands to generate.