Milestone 5: deliver embedded RDP sessions and lifecycle hardening

This commit is contained in:
Keith Smith
2026-03-03 18:59:26 -07:00
parent 230a401386
commit 36006bd4aa
2941 changed files with 724359 additions and 77 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 137 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@@ -0,0 +1,12 @@
#define IDI_ICON1 101
#define IDB_MINIMIZE 103
#define IDB_MINIMIZE_ACT 104
#define IDB_LOCK 105
#define IDB_LOCK_ACT 106
#define IDB_UNLOCK 107
#define IDB_UNLOCK_ACT 108
#define IDB_CLOSE 109
#define IDB_CLOSE_ACT 100
#define IDB_RESTORE 111
#define IDB_RESTORE_ACT 112

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@@ -0,0 +1,14 @@
#include "resource.h"
IDI_ICON1 ICON "FreeRDP.ico"
IDB_MINIMIZE BITMAP "minimize.bmp"
IDB_MINIMIZE_ACT BITMAP "minimize_active.bmp"
IDB_LOCK BITMAP "lock.bmp"
IDB_LOCK_ACT BITMAP "lock_active.bmp"
IDB_UNLOCK BITMAP "unlock.bmp"
IDB_UNLOCK_ACT BITMAP "unlock_active.bmp"
IDB_CLOSE BITMAP "close.bmp"
IDB_CLOSE_ACT BITMAP "close_active.bmp"
IDB_RESTORE BITMAP "restore.bmp"
IDB_RESTORE_ACT BITMAP "restore_active.bmp"