• Mike Gabriel's avatar
    hw/nxagent/Window.c: Introduce NX_REAL_WINDOW window property. · 588be638
    Mike Gabriel authored
     In nxagent sessions, all X11 clients have a representation of their NX
     session-side window object on the real X-Server side.
    
     The window object gets stored in the new NX_REAL_WINDOW window property
     immediately after window creation. This mapping is created in
     nxagentCreateWindow().
    
     On session resumption, the client side window IDs normally change. Thus,
     during session resumption, all NX_REAL_WINDOW properties require being
     updated. This happens in nxagentReconnectWindow().
    
     While a session is suspended, the NX_REAL_WINDOW property does not
     exist. It gets removed during nxagentDisconnectWindow().
    588be638
Name
Last commit
Last update
..
config Loading commit data...
extras Loading commit data...
include Loading commit data...
lib Loading commit data...
programs Loading commit data...
.gitignore Loading commit data...
Imakefile Loading commit data...
Makefile Loading commit data...
x-indent-all.sh Loading commit data...
x-indent.sh Loading commit data...