]> git.pld-linux.org Git - packages/DFB++.git/commitdiff
- proper types
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 4 Sep 2008 16:29:32 +0000 (16:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    DFB++-types.patch -> 1.1

DFB++-types.patch [new file with mode: 0644]

diff --git a/DFB++-types.patch b/DFB++-types.patch
new file mode 100644 (file)
index 0000000..c336469
--- /dev/null
@@ -0,0 +1,22 @@
+--- DFB++-1.2.0/include/idirectfbvideoprovider.h.orig  2008-06-09 16:48:14.000000000 +0200
++++ DFB++-1.2.0/include/idirectfbvideoprovider.h       2008-09-04 07:40:10.820987309 +0200
+@@ -68,7 +68,7 @@ public:
+      float                        GetVolume             ();
+-     void                         SetStreamAttributes   (DFBStreamDescription        attr);
++     void                         SetStreamAttributes   (DFBStreamAttributes         attr);
+      void                         SetAudioOutputs       (DFBVideoProviderAudioUnits *audioUnits);
+      DFBVideoProviderAudioUnits   GetAudioOutputs       ();
+--- DFB++-1.2.0/dfb++/idirectfbvideoprovider.cpp.orig  2008-06-09 16:56:10.000000000 +0200
++++ DFB++-1.2.0/dfb++/idirectfbvideoprovider.cpp       2008-09-04 07:39:46.584988985 +0200
+@@ -165,7 +165,7 @@ float IDirectFBVideoProvider::GetVolume 
+      return level;
+ }
+-void IDirectFBVideoProvider::SetStreamAttributes (DFBStreamDescription attr)
++void IDirectFBVideoProvider::SetStreamAttributes (DFBStreamAttributes attr)
+ {
+      DFBCHECK( iface->SetStreamAttributes (iface, attr) );
+ }
This page took 0.045783 seconds and 4 git commands to generate.