# # ChangeLog for uspace/lib/wndmgt/include/wndmgt_srv.h in mainline # # Generated by Trac 1.6 # 2024-09-10T20:04:56Z Mon, 07 Nov 2022 17:42:51 GMT Jiri Svoboda [3a6d44b7] * uspace/app/taskbar/wndlist.c (modified) * uspace/lib/wndmgt/include/wndmgt.h (modified) * uspace/lib/wndmgt/include/wndmgt_srv.h (modified) * uspace/lib/wndmgt/src/wndmgt.c (modified) * uspace/lib/wndmgt/src/wndmgt_srv.c (modified) * uspace/lib/wndmgt/test/wndmgt.c (modified) * uspace/srv/hid/display/wmops.c (modified) Activate window by pushing window button on taskbar Note that with ... Sun, 16 Oct 2022 09:34:40 GMT Jiri Svoboda [0761448] * abi/include/abi/ipc/interfaces.h (modified) * uspace/lib/c/include/ipc/services.h (modified) * uspace/lib/meson.build (modified) * uspace/lib/wndmgt/doc/doxygroups.h (added) * uspace/lib/wndmgt/include/ipc/wndmgt.h (added) * uspace/lib/wndmgt/include/types/wndmgt.h (added) * uspace/lib/wndmgt/include/wndmgt.h (added) * uspace/lib/wndmgt/include/wndmgt_srv.h (added) * uspace/lib/wndmgt/meson.build (added) * uspace/lib/wndmgt/private/wndmgt.h (added) * uspace/lib/wndmgt/src/wndmgt.c (added) * uspace/lib/wndmgt/src/wndmgt_srv.c (added) * uspace/lib/wndmgt/test/main.c (added) * uspace/lib/wndmgt/test/wndmgt.c (added) Window management protocol library This allows the client to ...