Changes between Version 14 and Version 15 of NetworkProtocol
- Timestamp:
- 03/28/14 13:40:07 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NetworkProtocol
v14 v15 30 30 ||{{{lost-window}}}||window ID||the application has closed the given window||the client ''must'' close the given window or tray, which can not longer be used||none|| 31 31 ||{{{raise-window}}}||window ID||the application has requested that the window be raised||the client ''should'' raise the window||{{{window.raise}}}|| 32 ||{{{configure-override-redirect}}}||window ID, new position and size||honour applications that reconfigure their override redirect windows||the client 33 ''must'' move and resize the window||none|| 32 ||{{{configure-override-redirect}}}||window ID, new position and size||honour applications that reconfigure their override redirect windows||the client ''must'' move and resize the window||none|| 34 33 ||{{{window-move-resize}}}||window ID, new position and size||honour applications that request the window to be moved and resized||the client ''should'' move and resize the window||{{{server-window-move-resize}}}|| 35 34 ||{{{window-resized}}}||window ID and new size||honour applications that request the window to be resized - this is only a deprecated fallback for {{{window-move-resize}}}||the client ''should'' move and resize the window||{{{server-window-resize}}}||