How to change the Window-rendering flags ?

I want to know how to change Window-rendering flags of the other process ( Photon window program ). In this case, the other process is already realized.

I’ve done this in the past on QNX4 and it was pretty hacky. Once you know the rid of the process you have to use the undocumented window manager API. Look in /usr/include/photon/wmapi.h.

It is hard to understand the Function in wmapi.h just to see the name of it. If possible, could you give me more information of your answer ?

Not really. I don’t have any code anymore that uses the wmapi. Your best bet is to experiment. Basically you make a connection to the server and then use that connection handle to the rest of the API.

Thanks a lot.
I will try it… :wink: