Discussion:
[directfb-users] ++DFB: Missing APIs
Krzysztof Konopko
2013-09-06 14:33:27 UTC
Permalink
Hi,

I wonder whether APIs are added to ++DFB on a as-needed basis. If that's
the case, can you add `IDirectFBSurface::SetRenderOptions()` and
`IDirectFBWindow::[GS]etApplicationID()`?

Patches attached.

I'd like to use ++DFB in a production environment but I miss these three
methods.

Cheers,
Kris
Krzysztof Konopko
2013-09-10 13:06:21 UTC
Permalink
Post by Krzysztof Konopko
Hi,
I wonder whether APIs are added to ++DFB on a as-needed basis. If that's
the case, can you add `IDirectFBSurface::SetRenderOptions()` and
`IDirectFBWindow::[GS]etApplicationID()`?
Patches attached.
I'd like to use ++DFB in a production environment but I miss these three
methods.
Anyone? Or at least could you let me know whether it's me to be the first
one that wants these APIs in ++DFB and they are simply not there for no
particular reason?

Thanks,
Kris
Denis Oliver Kropp
2013-09-10 20:25:20 UTC
Permalink
Hi,
I wonder whether APIs are added to ++DFB on a as-needed basis. If that's the case, can you add `IDirectFBSurface::SetRenderOptions()` and `IDirectFBWindow::[GS]etApplicationID()`?
Patches attached.
I'd like to use ++DFB in a production environment but I miss these three methods.
Anyone? Or at least could you let me know whether it's me to be the first one that wants these APIs in ++DFB and they are simply not there for no particular reason?
Thanks for the patch. I applied it to the git (1.8.0-pre).

I could not apply it cleanly to the old ++DFB (pre 1.7.0) repo,
which version did you prepare the patch from?
--
Denis Oliver Kropp
CEO
DirectFB integrated media GmbH
Krzysztof Konopko
2013-09-11 05:28:26 UTC
Permalink
Post by Denis Oliver Kropp
I could not apply it cleanly to the old ++DFB (pre 1.7.0) repo,
which version did you prepare the patch from?
Ah, sorry about that. I've been trying several combinations of ++DFB and
DirectFB and I ended up with what I have in the stack I'm working with,
which is ++DFB-1.4.7. If it's of any help, I attached these patches
applied to ++DFB master.

BTW, what do you mean by "pre 1.7.0" or "1.8.0-pre"? I thought that ++DFB
has got its own versioning which is according to information in its repo
either "1.0.0", "1.4.2" or master.

Cheers,
Kris
Krzysztof Konopko
2013-09-12 08:38:19 UTC
Permalink
Post by Krzysztof Konopko
BTW, what do you mean by "pre 1.7.0" or "1.8.0-pre"? I thought that ++DFB
has got its own versioning which is according to information in its repo
either "1.0.0", "1.4.2" or master.
Ah, I see that I missed merging ++DFB into core DirectFB two months ago
(1e195f32e). Apologies for my ignorance.
Anyway, thanks for merging my changes in.

Kris

Loading...