If I
IDirectFB->SetCooperativeLevel(_NORMAL)
then:
"Normal shared access, primary surface will be the buffer of an implicitly created window at the resolution given by SetVideoMode()."

(Q1): So what is/how to get id of this window in order to retrieve interface to it? (and eg set focus on it). To which layer this window belong? To primary layer, for primary screen?

So if I
SetVideoMode(300, 300, 32);
and
CreateSurface()
then I can see centered window of size 300x300 on my screen.

But also I am able to draw to layer surface.
(Q2): May I do it, or should I better draw to this window surface?

(Q3): If I create another windows (for layer this window was created), may I create them for this layer, or should they be sub-windows of this window?


---------------------------------------------------------------
Zobacz jak pracuje sie na wysokosciach.
Kliknij >>> http://link.interia.pl/f2384

_______________________________________________
directfb-users mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users

Reply via email to