diff --git a/common/inc/gx_api.h b/common/inc/gx_api.h
index 34ee9e81..3dc7abae 100644
--- a/common/inc/gx_api.h
+++ b/common/inc/gx_api.h
@@ -24,7 +24,7 @@
/* APPLICATION INTERFACE DEFINITION RELEASE */
/* */
/* gx_api.h PORTABLE C */
-/* 6.3.0 */
+/* 6.4.0 */
/* AUTHOR */
/* */
/* Kenneth Maxwell, Microsoft Corporation */
@@ -112,6 +112,9 @@
/* added partial canvas buffer */
/* support, */
/* resulting in version 6.3.0 */
+/* 12-31-2023 Ting Zhu Modified comment(s), */
+/* updated patch version, */
+/* resulting in version 6.4.0 */
/* */
/**************************************************************************/
@@ -134,7 +137,7 @@ extern "C" {
#define AZURE_RTOS_GUIX
#define GUIX_MAJOR_VERSION 6
-#define GUIX_MINOR_VERSION 3
+#define GUIX_MINOR_VERSION 4
#define GUIX_PATCH_VERSION 0
/* The following symbols are defined for backward compatibility reasons.*/
diff --git a/common/src/gx_horizontal_list_scroll_info_get.c b/common/src/gx_horizontal_list_scroll_info_get.c
index 2f82dc85..6666ab77 100644
--- a/common/src/gx_horizontal_list_scroll_info_get.c
+++ b/common/src/gx_horizontal_list_scroll_info_get.c
@@ -35,7 +35,7 @@
/* FUNCTION RELEASE */
/* */
/* _gx_horizontal_list_scroll_info_get PORTABLE C */
-/* 6.x */
+/* 6.4.0 */
/* AUTHOR */
/* */
/* Kenneth Maxwell, Microsoft Corporation */
@@ -69,10 +69,10 @@
/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */
/* 09-30-2020 Kenneth Maxwell Modified comment(s), */
/* resulting in version 6.1 */
-/* xx-xx-xxxx Ting Zhu Modified comments(s), */
+/* 12-31-2023 Ting Zhu Modified comments(s), */
/* improved the calculation of */
/* the maximum scrolling value.*/
-/* resulting in version 6.x */
+/* resulting in version 6.4.0 */
/* */
/**************************************************************************/
VOID _gx_horizontal_list_scroll_info_get(GX_WINDOW *win, ULONG style, GX_SCROLL_INFO *info)
diff --git a/common/src/gx_single_line_text_input_event_process.c b/common/src/gx_single_line_text_input_event_process.c
index 90070003..efd81a2c 100644
--- a/common/src/gx_single_line_text_input_event_process.c
+++ b/common/src/gx_single_line_text_input_event_process.c
@@ -238,7 +238,7 @@ GX_VALUE click_x;
/* FUNCTION RELEASE */
/* */
/* _gx_single_line_text_input_event_process PORTABLE C */
-/* 6.x */
+/* 6.4.0 */
/* AUTHOR */
/* */
/* Kenneth Maxwell, Microsoft Corporation */
@@ -294,11 +294,11 @@ GX_VALUE click_x;
/* added logic to release */
/* dynamic input buffer, */
/* resulting in version 6.1.3 */
-/* xx-xx-xxxx Ting Zhu Modified comment(s), */
+/* 12-31-2023 Ting Zhu Modified comment(s), */
/* modified to always call */
/* default widget event */
/* process on a pen up event, */
-/* resulting in version 6.x */
+/* resulting in version 6.4.0 */
/* */
/**************************************************************************/
UINT _gx_single_line_text_input_event_process(GX_SINGLE_LINE_TEXT_INPUT *text_input, GX_EVENT *event_ptr)
diff --git a/common/src/gx_vertical_list_scroll_info_get.c b/common/src/gx_vertical_list_scroll_info_get.c
index 68354bc9..2aa95576 100644
--- a/common/src/gx_vertical_list_scroll_info_get.c
+++ b/common/src/gx_vertical_list_scroll_info_get.c
@@ -35,7 +35,7 @@
/* FUNCTION RELEASE */
/* */
/* _gx_vertical_list_scroll_info_get PORTABLE C */
-/* 6.x */
+/* 6.4.0 */
/* AUTHOR */
/* */
/* Kenneth Maxwell, Microsoft Corporation */
@@ -69,10 +69,10 @@
/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */
/* 09-30-2020 Kenneth Maxwell Modified comment(s), */
/* resulting in version 6.1 */
-/* xx-xx-xxxx Ting Zhu Modified comments(s), */
+/* 12-31-2023 Ting Zhu Modified comments(s), */
/* improved the calculation of */
/* the maximum scrolling value.*/
-/* resulting in version 6.x */
+/* resulting in version 6.4.0 */
/* */
/**************************************************************************/
VOID _gx_vertical_list_scroll_info_get(GX_VERTICAL_LIST *list, ULONG style, GX_SCROLL_INFO *info)
diff --git a/common/src/gx_widget_event_process.c b/common/src/gx_widget_event_process.c
index 29784651..25442dae 100644
--- a/common/src/gx_widget_event_process.c
+++ b/common/src/gx_widget_event_process.c
@@ -127,7 +127,7 @@ GX_WIDGET *end = GX_NULL;
/* FUNCTION RELEASE */
/* */
/* _gx_widget_event_process PORTABLE C */
-/* 6.x */
+/* 6.4.0 */
/* AUTHOR */
/* */
/* Kenneth Maxwell, Microsoft Corporation */
@@ -175,9 +175,9 @@ GX_WIDGET *end = GX_NULL;
/* system input release logic */
/* on widget hide event, */
/* resulting in version 6.1.11 */
-/* xx-xx-xxxx Ting Zhu Modified comment(s), */
+/* 12-31-2023 Ting Zhu Modified comment(s), */
/* improved focus lose logic, */
-/* resulting in version 6.x */
+/* resulting in version 6.4.0 */
/* */
/**************************************************************************/
UINT _gx_widget_event_process(GX_WIDGET *widget, GX_EVENT *event_ptr)
diff --git a/guix_studio/StudioXProject.h b/guix_studio/StudioXProject.h
index 99cb754f..6440155e 100644
--- a/guix_studio/StudioXProject.h
+++ b/guix_studio/StudioXProject.h
@@ -10,7 +10,7 @@
#define PROJECT_VERSION 56
// Sequential number of studio version
-#define STUDIOX_VERSION_NUMBER 1
+#define STUDIOX_VERSION_NUMBER 0
/* This enabled checking if the project was created by a newer version of Studio.
Turn this off for testing when the Studio version number is not accurate
diff --git a/guix_studio/build/vs_2019/msix_package_project/Package.appxmanifest b/guix_studio/build/vs_2019/msix_package_project/Package.appxmanifest
index 7af3358f..faf95155 100644
--- a/guix_studio/build/vs_2019/msix_package_project/Package.appxmanifest
+++ b/guix_studio/build/vs_2019/msix_package_project/Package.appxmanifest
@@ -10,7 +10,7 @@
+ Version="6.4.0.0" Name="Microsoft.AzureRTOSGUIXStudio"/>
Azure RTOS GUIX Studio
diff --git a/guix_studio/installer/guix_installer_release.iss b/guix_studio/installer/guix_installer_release.iss
index c3d558a3..b9337c8c 100644
--- a/guix_studio/installer/guix_installer_release.iss
+++ b/guix_studio/installer/guix_installer_release.iss
@@ -7,16 +7,16 @@
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
AppId={{1D4932BC-ACD4-4292-9530-92C8BE2E58CF}
AppName= GUIX Studio
-AppVersion=6.3.0.1
+AppVersion=6.4.0.0
;AppPublisher=
AppPublisherURL=https://azure.com/rtos
AppSupportURL=https://azure.com/rtos
AppUpdatesURL=https://azure.com/rtos
-DefaultDirName={sd}\Azure_RTOS\GUIX_Studio_6.3
+DefaultDirName={sd}\Azure_RTOS\GUIX_Studio_6.4
DefaultGroupName=Azure RTOS
CloseApplications=no
;LicenseFile=
-OutputBaseFilename=guix_studio_setup_version_6.3.0.1
+OutputBaseFilename=guix_studio_setup_version_6.4.0.0
SetupIconFile=graphics\guix_1616icon.ico
Compression=lzma
SolidCompression=yes
@@ -46,11 +46,11 @@ Source: "build\vs_2019\Release\guix_studio.exe"; DestDir: "{app}\studio"; DestNa
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
[Icons]
-Name: "{group}\GUIX Studio 6.3\GUIX Studio"; Filename: "{app}\studio\GUIX_Studio.exe"
-Name: "{group}\GUIX Studio 6.3\GUIX Studio User's Guide"; Filename: "https://aka.ms/azrtos-guix-studio-user-guide"
-Name: "{group}\GUIX Studio 6.3\GUIX User's Guide"; Filename: "https://aka.ms/azrtos-guix-user-guide"
-Name: "{group}\GUIX Studio 6.3\{cm:UninstallProgram,GUIX Studio}"; Filename: "{uninstallexe}"
-Name: "{commondesktop}\GUIX Studio 6.3.0.1"; Filename: "{app}\studio\GUIX_Studio.exe"; Tasks: desktopicon
+Name: "{group}\GUIX Studio 6.4\GUIX Studio"; Filename: "{app}\studio\GUIX_Studio.exe"
+Name: "{group}\GUIX Studio 6.4\GUIX Studio User's Guide"; Filename: "https://aka.ms/azrtos-guix-studio-user-guide"
+Name: "{group}\GUIX Studio 6.4\GUIX User's Guide"; Filename: "https://aka.ms/azrtos-guix-user-guide"
+Name: "{group}\GUIX Studio 6.4\{cm:UninstallProgram,GUIX Studio}"; Filename: "{uninstallexe}"
+Name: "{commondesktop}\GUIX Studio 6.4.0.0"; Filename: "{app}\studio\GUIX_Studio.exe"; Tasks: desktopicon
[Registry]
Root: HKCR; Subkey: ".gxp"; ValueType: string; ValueName: ""; ValueData: "GUIX_Studio_Project"; Flags: uninsdeletevalue; Tasks: associate
diff --git a/ports/arc_em/metaware/inc/gx_port.h b/ports/arc_em/metaware/inc/gx_port.h
index 92282b6a..b2cbd47f 100644
--- a/ports/arc_em/metaware/inc/gx_port.h
+++ b/ports/arc_em/metaware/inc/gx_port.h
@@ -139,7 +139,7 @@ typedef SHORT GX_VALUE;
#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
- "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX ARCv2_EM/MetaWare Version 6.3.0 *";
+ "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX ARCv2_EM/MetaWare Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
diff --git a/ports/arc_hs/metaware/inc/gx_port.h b/ports/arc_hs/metaware/inc/gx_port.h
index 4a607251..f24b4504 100644
--- a/ports/arc_hs/metaware/inc/gx_port.h
+++ b/ports/arc_hs/metaware/inc/gx_port.h
@@ -139,7 +139,7 @@ typedef SHORT GX_VALUE;
#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
- "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX ARC_HS/MetaWare Version 6.3.0 *";
+ "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX ARC_HS/MetaWare Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
diff --git a/ports/arm9/ac5/inc/gx_port.h b/ports/arm9/ac5/inc/gx_port.h
index 8b6a8e6b..96f24565 100644
--- a/ports/arm9/ac5/inc/gx_port.h
+++ b/ports/arm9/ac5/inc/gx_port.h
@@ -139,7 +139,7 @@ typedef SHORT GX_VALUE;
#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
- "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX ARM9/AC5 Version 6.3.0 *";
+ "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX ARM9/AC5 Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
diff --git a/ports/arm9/gnu/inc/gx_port.h b/ports/arm9/gnu/inc/gx_port.h
index 93dbb649..aaa84f06 100644
--- a/ports/arm9/gnu/inc/gx_port.h
+++ b/ports/arm9/gnu/inc/gx_port.h
@@ -139,7 +139,7 @@ typedef SHORT GX_VALUE;
#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
- "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX ARM9/GNU Version 6.3.0 *";
+ "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX ARM9/GNU Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
diff --git a/ports/arm9/iar/inc/gx_port.h b/ports/arm9/iar/inc/gx_port.h
index 1df67e7c..31ee42b4 100644
--- a/ports/arm9/iar/inc/gx_port.h
+++ b/ports/arm9/iar/inc/gx_port.h
@@ -139,7 +139,7 @@ typedef SHORT GX_VALUE;
#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
- "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX ARM9/IAR Version 6.3.0 *";
+ "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX ARM9/IAR Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
diff --git a/ports/c667x/ccs/inc/gx_port.h b/ports/c667x/ccs/inc/gx_port.h
index fa5c4c22..71b5e608 100644
--- a/ports/c667x/ccs/inc/gx_port.h
+++ b/ports/c667x/ccs/inc/gx_port.h
@@ -139,7 +139,7 @@ typedef SHORT GX_VALUE;
#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
- "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX C6xxx/TI Version 6.3.0 *";
+ "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX C6xxx/TI Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
diff --git a/ports/ccrx/inc/gx_port.h b/ports/ccrx/inc/gx_port.h
index 344ee7ea..2f5ccee1 100644
--- a/ports/ccrx/inc/gx_port.h
+++ b/ports/ccrx/inc/gx_port.h
@@ -146,7 +146,7 @@ typedef unsigned char GX_UCHAR;
#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
- "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Version 6.3.0 *";
+ "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
diff --git a/ports/cortex_a15/gnu/inc/gx_port.h b/ports/cortex_a15/gnu/inc/gx_port.h
index 470e3829..a728415b 100644
--- a/ports/cortex_a15/gnu/inc/gx_port.h
+++ b/ports/cortex_a15/gnu/inc/gx_port.h
@@ -139,7 +139,7 @@ typedef SHORT GX_VALUE;
#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
- "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-A15/GNU Version 6.3.0 *";
+ "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-A15/GNU Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
diff --git a/ports/cortex_a5/ac5/inc/gx_port.h b/ports/cortex_a5/ac5/inc/gx_port.h
index 04c3ca9f..b4dfdd8e 100644
--- a/ports/cortex_a5/ac5/inc/gx_port.h
+++ b/ports/cortex_a5/ac5/inc/gx_port.h
@@ -139,7 +139,7 @@ typedef SHORT GX_VALUE;
#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
- "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-A5/AC5 Version 6.3.0 *";
+ "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-A5/AC5 Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
diff --git a/ports/cortex_a5/gnu/inc/gx_port.h b/ports/cortex_a5/gnu/inc/gx_port.h
index 664e9981..bdb453c9 100644
--- a/ports/cortex_a5/gnu/inc/gx_port.h
+++ b/ports/cortex_a5/gnu/inc/gx_port.h
@@ -139,7 +139,7 @@ typedef SHORT GX_VALUE;
#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
- "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-A5/GNU Version 6.3.0 *";
+ "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-A5/GNU Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
diff --git a/ports/cortex_a5/iar/inc/gx_port.h b/ports/cortex_a5/iar/inc/gx_port.h
index c4436803..ca16db65 100644
--- a/ports/cortex_a5/iar/inc/gx_port.h
+++ b/ports/cortex_a5/iar/inc/gx_port.h
@@ -139,7 +139,7 @@ typedef SHORT GX_VALUE;
#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
- "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-A5/IAR Version 6.3.0 *";
+ "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-A5/IAR Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
diff --git a/ports/cortex_a5x/ac6/inc/gx_port.h b/ports/cortex_a5x/ac6/inc/gx_port.h
index 27144356..f4bc249f 100644
--- a/ports/cortex_a5x/ac6/inc/gx_port.h
+++ b/ports/cortex_a5x/ac6/inc/gx_port.h
@@ -139,7 +139,7 @@ typedef SHORT GX_VALUE;
#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
- "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-A5x/AC6 Version 6.3.0 *";
+ "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-A5x/AC6 Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
diff --git a/ports/cortex_a7/ac5/inc/gx_port.h b/ports/cortex_a7/ac5/inc/gx_port.h
index 5ac2c25b..1ef0dae0 100644
--- a/ports/cortex_a7/ac5/inc/gx_port.h
+++ b/ports/cortex_a7/ac5/inc/gx_port.h
@@ -139,7 +139,7 @@ typedef SHORT GX_VALUE;
#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
- "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-A7/AC5 Version 6.3.0 *";
+ "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-A7/AC5 Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
diff --git a/ports/cortex_a7/gnu/inc/gx_port.h b/ports/cortex_a7/gnu/inc/gx_port.h
index 0d735693..9c3ab78b 100644
--- a/ports/cortex_a7/gnu/inc/gx_port.h
+++ b/ports/cortex_a7/gnu/inc/gx_port.h
@@ -139,7 +139,7 @@ typedef SHORT GX_VALUE;
#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
- "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-A7/GNU Version 6.3.0 *";
+ "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-A7/GNU Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
diff --git a/ports/cortex_a7/iar/inc/gx_port.h b/ports/cortex_a7/iar/inc/gx_port.h
index a03361b9..c77dfa3c 100644
--- a/ports/cortex_a7/iar/inc/gx_port.h
+++ b/ports/cortex_a7/iar/inc/gx_port.h
@@ -139,7 +139,7 @@ typedef SHORT GX_VALUE;
#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
- "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-A7/IAR Version 6.3.0 *";
+ "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-A7/IAR Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
diff --git a/ports/cortex_a8/ac5/inc/gx_port.h b/ports/cortex_a8/ac5/inc/gx_port.h
index 0d43226f..92cddd18 100644
--- a/ports/cortex_a8/ac5/inc/gx_port.h
+++ b/ports/cortex_a8/ac5/inc/gx_port.h
@@ -139,7 +139,7 @@ typedef SHORT GX_VALUE;
#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
- "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-A8/AC5 Version 6.3.0 *";
+ "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-A8/AC5 Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
diff --git a/ports/cortex_a8/gnu/inc/gx_port.h b/ports/cortex_a8/gnu/inc/gx_port.h
index e027fbe6..d586a81e 100644
--- a/ports/cortex_a8/gnu/inc/gx_port.h
+++ b/ports/cortex_a8/gnu/inc/gx_port.h
@@ -137,7 +137,7 @@ typedef SHORT GX_VALUE;
#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
- "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-A8/GNU Version 6.3.0 *";
+ "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-A8/GNU Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
diff --git a/ports/cortex_a8/iar/inc/gx_port.h b/ports/cortex_a8/iar/inc/gx_port.h
index 1c3cb53b..d6bf1b56 100644
--- a/ports/cortex_a8/iar/inc/gx_port.h
+++ b/ports/cortex_a8/iar/inc/gx_port.h
@@ -137,7 +137,7 @@ typedef SHORT GX_VALUE;
#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
- "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-A8/IAR Version 6.3.0 *";
+ "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-A8/IAR Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
diff --git a/ports/cortex_a9/ac5/inc/gx_port.h b/ports/cortex_a9/ac5/inc/gx_port.h
index aa814818..27c4b887 100644
--- a/ports/cortex_a9/ac5/inc/gx_port.h
+++ b/ports/cortex_a9/ac5/inc/gx_port.h
@@ -139,7 +139,7 @@ typedef SHORT GX_VALUE;
#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
- "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-A9/AC5 Version 6.3.0 *";
+ "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-A9/AC5 Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
diff --git a/ports/cortex_a9/gnu/inc/gx_port.h b/ports/cortex_a9/gnu/inc/gx_port.h
index 8ea10214..b37ba933 100644
--- a/ports/cortex_a9/gnu/inc/gx_port.h
+++ b/ports/cortex_a9/gnu/inc/gx_port.h
@@ -139,7 +139,7 @@ typedef SHORT GX_VALUE;
#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
- "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-A9/GNU Version 6.3.0 *";
+ "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-A9/GNU Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
diff --git a/ports/cortex_a9/iar/inc/gx_port.h b/ports/cortex_a9/iar/inc/gx_port.h
index 6ea07762..e8d5f930 100644
--- a/ports/cortex_a9/iar/inc/gx_port.h
+++ b/ports/cortex_a9/iar/inc/gx_port.h
@@ -139,7 +139,7 @@ typedef SHORT GX_VALUE;
#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
- "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-A9/IAR Version 6.3.0 *";
+ "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-A9/IAR Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
diff --git a/ports/cortex_m0/ac5/inc/gx_port.h b/ports/cortex_m0/ac5/inc/gx_port.h
index faeb0141..e0610597 100644
--- a/ports/cortex_m0/ac5/inc/gx_port.h
+++ b/ports/cortex_m0/ac5/inc/gx_port.h
@@ -139,7 +139,7 @@ typedef SHORT GX_VALUE;
#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
- "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-M0/AC5 Version 6.3.0 *";
+ "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-M0/AC5 Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
diff --git a/ports/cortex_m0/gnu/inc/gx_port.h b/ports/cortex_m0/gnu/inc/gx_port.h
index 7068a1b8..6575158e 100644
--- a/ports/cortex_m0/gnu/inc/gx_port.h
+++ b/ports/cortex_m0/gnu/inc/gx_port.h
@@ -143,7 +143,7 @@ typedef SHORT GX_VALUE;
#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
- "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-M0/GNU Version 6.3.0 *";
+ "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-M0/GNU Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
diff --git a/ports/cortex_m0/iar/inc/gx_port.h b/ports/cortex_m0/iar/inc/gx_port.h
index 942afd48..50983f31 100644
--- a/ports/cortex_m0/iar/inc/gx_port.h
+++ b/ports/cortex_m0/iar/inc/gx_port.h
@@ -139,7 +139,7 @@ typedef SHORT GX_VALUE;
#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
- "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-M0/IAR Version 6.3.0 *";
+ "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-M0/IAR Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
diff --git a/ports/cortex_m3/ac5/inc/gx_port.h b/ports/cortex_m3/ac5/inc/gx_port.h
index 67898c48..ac3b3a00 100644
--- a/ports/cortex_m3/ac5/inc/gx_port.h
+++ b/ports/cortex_m3/ac5/inc/gx_port.h
@@ -139,7 +139,7 @@ typedef SHORT GX_VALUE;
#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
- "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-M3/AC5 Version 6.3.0 *";
+ "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-M3/AC5 Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
diff --git a/ports/cortex_m3/gnu/inc/gx_port.h b/ports/cortex_m3/gnu/inc/gx_port.h
index e36048b3..930e9bb8 100644
--- a/ports/cortex_m3/gnu/inc/gx_port.h
+++ b/ports/cortex_m3/gnu/inc/gx_port.h
@@ -143,7 +143,7 @@ typedef SHORT GX_VALUE;
#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
- "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-M3/GNU Version 6.3.0 *";
+ "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-M3/GNU Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
diff --git a/ports/cortex_m3/iar/inc/gx_port.h b/ports/cortex_m3/iar/inc/gx_port.h
index b8927bf0..593e2e56 100644
--- a/ports/cortex_m3/iar/inc/gx_port.h
+++ b/ports/cortex_m3/iar/inc/gx_port.h
@@ -139,7 +139,7 @@ typedef SHORT GX_VALUE;
#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
- "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-M3/IAR Version 6.3.0 *";
+ "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-M3/IAR Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
diff --git a/ports/cortex_m3/keil/inc/gx_port.h b/ports/cortex_m3/keil/inc/gx_port.h
index 41d4aa5f..22a555df 100644
--- a/ports/cortex_m3/keil/inc/gx_port.h
+++ b/ports/cortex_m3/keil/inc/gx_port.h
@@ -139,7 +139,7 @@ typedef SHORT GX_VALUE;
#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
- "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-M3/KEIL Version 6.3.0 *";
+ "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-M3/KEIL Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
diff --git a/ports/cortex_m4/ac5/inc/gx_port.h b/ports/cortex_m4/ac5/inc/gx_port.h
index 00d3ef8e..43e38077 100644
--- a/ports/cortex_m4/ac5/inc/gx_port.h
+++ b/ports/cortex_m4/ac5/inc/gx_port.h
@@ -139,7 +139,7 @@ typedef SHORT GX_VALUE;
#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
- "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-M4/AC5 Version 6.3.0 *";
+ "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-M4/AC5 Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
diff --git a/ports/cortex_m4/gnu/inc/gx_port.h b/ports/cortex_m4/gnu/inc/gx_port.h
index 563cc1bd..5a38cb64 100644
--- a/ports/cortex_m4/gnu/inc/gx_port.h
+++ b/ports/cortex_m4/gnu/inc/gx_port.h
@@ -143,7 +143,7 @@ typedef SHORT GX_VALUE;
#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
- "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-M4/GNU Version 6.3.0 *";
+ "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-M4/GNU Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
diff --git a/ports/cortex_m4/iar/inc/gx_port.h b/ports/cortex_m4/iar/inc/gx_port.h
index 90f0f01e..24270afb 100644
--- a/ports/cortex_m4/iar/inc/gx_port.h
+++ b/ports/cortex_m4/iar/inc/gx_port.h
@@ -137,7 +137,7 @@ typedef SHORT GX_VALUE;
#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
- "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-M4/IAR Version 6.3.0 *";
+ "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-M4/IAR Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
diff --git a/ports/cortex_m4/keil/inc/gx_port.h b/ports/cortex_m4/keil/inc/gx_port.h
index e433661b..279ca1b6 100644
--- a/ports/cortex_m4/keil/inc/gx_port.h
+++ b/ports/cortex_m4/keil/inc/gx_port.h
@@ -139,7 +139,7 @@ typedef SHORT GX_VALUE;
#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
- "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-M4/KEIL Version 6.3.0 *";
+ "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-M4/KEIL Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
diff --git a/ports/cortex_m7/ac5/inc/gx_port.h b/ports/cortex_m7/ac5/inc/gx_port.h
index 569bb005..bf819727 100644
--- a/ports/cortex_m7/ac5/inc/gx_port.h
+++ b/ports/cortex_m7/ac5/inc/gx_port.h
@@ -137,7 +137,7 @@ typedef SHORT GX_VALUE;
#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
- "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-M7/AC5 Version 6.3.0 *";
+ "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-M7/AC5 Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
diff --git a/ports/cortex_m7/gnu/inc/gx_port.h b/ports/cortex_m7/gnu/inc/gx_port.h
index 6f3bd4d3..6562f130 100644
--- a/ports/cortex_m7/gnu/inc/gx_port.h
+++ b/ports/cortex_m7/gnu/inc/gx_port.h
@@ -143,7 +143,7 @@ typedef SHORT GX_VALUE;
#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
- "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-M7/GNU Version 6.3.0 *";
+ "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-M7/GNU Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
diff --git a/ports/cortex_m7/iar/inc/gx_port.h b/ports/cortex_m7/iar/inc/gx_port.h
index 99203484..c39ac411 100644
--- a/ports/cortex_m7/iar/inc/gx_port.h
+++ b/ports/cortex_m7/iar/inc/gx_port.h
@@ -139,7 +139,7 @@ typedef SHORT GX_VALUE;
#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
- "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-M7/IAR Version 6.3.0 *";
+ "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-M7/IAR Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
diff --git a/ports/cortex_r4/ac5/inc/gx_port.h b/ports/cortex_r4/ac5/inc/gx_port.h
index 5cbd9ac9..829b61cd 100644
--- a/ports/cortex_r4/ac5/inc/gx_port.h
+++ b/ports/cortex_r4/ac5/inc/gx_port.h
@@ -139,7 +139,7 @@ typedef SHORT GX_VALUE;
#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
- "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-R4/AC5 Version 6.3.0 *";
+ "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-R4/AC5 Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
diff --git a/ports/cortex_r4/ac6/inc/gx_port.h b/ports/cortex_r4/ac6/inc/gx_port.h
index 0a729580..41e992c3 100644
--- a/ports/cortex_r4/ac6/inc/gx_port.h
+++ b/ports/cortex_r4/ac6/inc/gx_port.h
@@ -139,7 +139,7 @@ typedef SHORT GX_VALUE;
#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
- "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-R4/AC6 Version 6.3.0 *";
+ "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-R4/AC6 Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
diff --git a/ports/cortex_r4/gnu/inc/gx_port.h b/ports/cortex_r4/gnu/inc/gx_port.h
index 8d6a0b79..46b96a36 100644
--- a/ports/cortex_r4/gnu/inc/gx_port.h
+++ b/ports/cortex_r4/gnu/inc/gx_port.h
@@ -139,7 +139,7 @@ typedef SHORT GX_VALUE;
#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
- "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-R4/GNU Version 6.3.0 *";
+ "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-R4/GNU Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
diff --git a/ports/cortex_r4/iar/inc/gx_port.h b/ports/cortex_r4/iar/inc/gx_port.h
index 7402feb7..523f79b2 100644
--- a/ports/cortex_r4/iar/inc/gx_port.h
+++ b/ports/cortex_r4/iar/inc/gx_port.h
@@ -137,7 +137,7 @@ typedef SHORT GX_VALUE;
#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
- "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-R4/IAR Version 6.3.0 *";
+ "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-R4/IAR Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
diff --git a/ports/cortex_r5/ac5/inc/gx_port.h b/ports/cortex_r5/ac5/inc/gx_port.h
index 05b26b4d..27a8e47f 100644
--- a/ports/cortex_r5/ac5/inc/gx_port.h
+++ b/ports/cortex_r5/ac5/inc/gx_port.h
@@ -139,7 +139,7 @@ typedef SHORT GX_VALUE;
#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
- "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-R5/AC5 Version 6.3.0 *";
+ "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-R5/AC5 Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
diff --git a/ports/cortex_r5/gnu/inc/gx_port.h b/ports/cortex_r5/gnu/inc/gx_port.h
index ec007c07..3c2c57f7 100644
--- a/ports/cortex_r5/gnu/inc/gx_port.h
+++ b/ports/cortex_r5/gnu/inc/gx_port.h
@@ -139,7 +139,7 @@ typedef SHORT GX_VALUE;
#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
- "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-R5/GNU Version 6.3.0 *";
+ "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-R5/GNU Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
diff --git a/ports/cortex_r5/iar/inc/gx_port.h b/ports/cortex_r5/iar/inc/gx_port.h
index ab4ba519..f0eefe00 100644
--- a/ports/cortex_r5/iar/inc/gx_port.h
+++ b/ports/cortex_r5/iar/inc/gx_port.h
@@ -139,7 +139,7 @@ typedef SHORT GX_VALUE;
#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
- "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-R5/IAR Version 6.3.0 *";
+ "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-R5/IAR Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
diff --git a/ports/generic/inc/gx_port.h b/ports/generic/inc/gx_port.h
index 6a6ad668..de7d0b87 100644
--- a/ports/generic/inc/gx_port.h
+++ b/ports/generic/inc/gx_port.h
@@ -144,7 +144,7 @@ typedef SHORT GX_VALUE;
#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
- "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Version 6.3.0 *";
+ "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
diff --git a/ports/linux/gnu/inc/gx_port.h b/ports/linux/gnu/inc/gx_port.h
index dd3f7081..c50cf723 100644
--- a/ports/linux/gnu/inc/gx_port.h
+++ b/ports/linux/gnu/inc/gx_port.h
@@ -137,7 +137,7 @@ typedef SHORT GX_VALUE;
#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
- "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Linux/GNU Version 6.3.0 *";
+ "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Linux/GNU Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
diff --git a/ports/win32/inc/gx_port.h b/ports/win32/inc/gx_port.h
index d0a3792d..2a6a230d 100644
--- a/ports/win32/inc/gx_port.h
+++ b/ports/win32/inc/gx_port.h
@@ -170,7 +170,7 @@ typedef SHORT GX_VALUE;
#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
- "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Win32/Visual Version 6.3.0 *";
+ "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Win32/Visual Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
diff --git a/ports/win32/lib/vs_2019/tx_port.h b/ports/win32/lib/vs_2019/tx_port.h
index 4bfcc8af..d5076b79 100644
--- a/ports/win32/lib/vs_2019/tx_port.h
+++ b/ports/win32/lib/vs_2019/tx_port.h
@@ -419,7 +419,7 @@ VOID _tx_thread_interrupt_restore(UINT previous_posture);
#ifdef TX_THREAD_INIT
CHAR _tx_version_id[] =
- "Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX Win32/Visual Studio Version 6.3.0 *";
+ "Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX Win32/Visual Studio Version 6.4.0 *";
#else
extern CHAR _tx_version_id[];
#endif
diff --git a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver.h b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver.h
index 03fee6ab..bc3cee1d 100644
--- a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver.h
+++ b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver.h
@@ -26,7 +26,7 @@
/* COMPONENT DEFINITION RELEASE */
/* */
/* gx_dave2d_simulation_display_driver.h PORTABLE C */
-/* 6.x */
+/* 6.4.0 */
/* AUTHOR */
/* */
/* Ting Zhu, Microsoft Corporation */
@@ -40,7 +40,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
+/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */
/* */
/**************************************************************************/
diff --git a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_16bpp_compressed_glyph_1bit_draw.c b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_16bpp_compressed_glyph_1bit_draw.c
index ffb0a16a..e7ff82af 100644
--- a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_16bpp_compressed_glyph_1bit_draw.c
+++ b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_16bpp_compressed_glyph_1bit_draw.c
@@ -44,7 +44,7 @@
/* _gx_dave2d_simulation_display_driver_16bpp_compressed_glyph_1bit_ */
/* draw */
/* PORTABLE C */
-/* 6.x */
+/* 6.4.0 */
/* AUTHOR */
/* */
/* Ting Zhu, Microsoft Corporation */
@@ -79,7 +79,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
+/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */
/* */
/**************************************************************************/
VOID _gx_dave2d_simulation_display_driver_16bpp_compressed_glyph_1bit_draw(GX_DRAW_CONTEXT *context, GX_RECTANGLE *draw_area,
diff --git a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_16bpp_glyph_1bit_draw.c b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_16bpp_glyph_1bit_draw.c
index 79ec8132..5860e2f2 100644
--- a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_16bpp_glyph_1bit_draw.c
+++ b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_16bpp_glyph_1bit_draw.c
@@ -52,7 +52,7 @@
/* */
/* _gx_dave2d_simulation_display_driver_16bpp_glyph_1bit_raw_draw */
/* PORTABLE C */
-/* 6.x */
+/* 6.4.0 */
/* AUTHOR */
/* */
/* Ting Zhu, Microsoft Corporation */
@@ -87,7 +87,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
+/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */
/* */
/**************************************************************************/
VOID _gx_dave2d_simulation_display_driver_16bpp_glyph_1bit_draw(GX_DRAW_CONTEXT *context, GX_RECTANGLE *draw_area,
diff --git a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_16bpp_pixelmap_draw.c b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_16bpp_pixelmap_draw.c
index 348c06de..3688a975 100644
--- a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_16bpp_pixelmap_draw.c
+++ b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_16bpp_pixelmap_draw.c
@@ -36,7 +36,7 @@
/* */
/* _gx_dave2d_simulation_display_driver_565rgb_pixelmap_c_write */
/* PORTABLE C */
-/* 6.x */
+/* 6.4.0 */
/* AUTHOR */
/* */
/* Ting Zhu, Microsoft Corporation */
@@ -69,7 +69,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
+/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */
/* */
/**************************************************************************/
static VOID _gx_dave2d_simulation_display_driver_565rgb_pixelmap_compressed_write(GX_DRAW_CONTEXT *context,
@@ -189,7 +189,7 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip;
/* */
/* _gx_dave2d_simulation_display_driver_16bpp_4444argb_pixelmap_ */
/* c_alpha_write PORTABLE C */
-/* 6.x */
+/* 6.4.0 */
/* AUTHOR */
/* */
/* Ting Zhu, Microsoft Corporation */
@@ -222,7 +222,7 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip;
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
+/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */
/* */
/**************************************************************************/
static VOID _gx_dave2d_simulation_display_driver_16bpp_4444argb_pixelmap_compressed_alpha_write(GX_DRAW_CONTEXT *context,
@@ -380,7 +380,7 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip;
/* */
/* _gx_dave2d_simulation_display_driver_16bpp_4444bgra_pixelmap_ */
/* compressed_alpha_write PORTABLE C */
-/* 6.x */
+/* 6.4.0 */
/* AUTHOR */
/* */
/* Ting Zhu, Microsoft Corporation */
@@ -413,7 +413,7 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip;
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
+/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */
/* */
/**************************************************************************/
static VOID _gx_dave2d_simulation_display_driver_16bpp_4444bgra_pixelmap_compressed_alpha_write(GX_DRAW_CONTEXT *context,
@@ -572,7 +572,7 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip;
/* _gx_dave2d_simulation_display_driver_16bpp_32argb_pixelmap_ */
/* compressed_write */
/* PORTABLE C */
-/* 6.x */
+/* 6.4.0 */
/* AUTHOR */
/* */
/* Ting Zhu, Microsoft Corporation */
@@ -606,7 +606,7 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip;
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
+/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */
/* */
/**************************************************************************/
static VOID _gx_dave2d_simulation_display_driver_16bpp_32argb_pixelmap_compressed_write(GX_DRAW_CONTEXT *context,
@@ -749,7 +749,7 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip;
/* _gx_dave2d_simulation_display_driver_16bpp_32argb_pixelmap */
/* _raw_write */
/* PORTABLE C */
-/* 6.x */
+/* 6.4.0 */
/* AUTHOR */
/* */
/* Ting Zhu, Microsoft Corporation */
@@ -783,7 +783,7 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip;
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
+/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */
/* */
/**************************************************************************/
static VOID _gx_dave2d_simulation_display_driver_16bpp_32argb_pixelmap_raw_write(GX_DRAW_CONTEXT *context,
@@ -855,7 +855,7 @@ GX_UBYTE b;
/* */
/* _gx_dave2d_simulation_display_driver_565rgb_pixelmap_blend */
/* PORTABLE C */
-/* 6.x */
+/* 6.4.0 */
/* AUTHOR */
/* */
/* Ting Zhu, Microsoft Corporation */
@@ -895,7 +895,7 @@ GX_UBYTE b;
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
+/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */
/* */
/**************************************************************************/
VOID _gx_dave2d_simulation_display_driver_565rgb_pixelmap_blend(GX_DRAW_CONTEXT *context,
@@ -978,7 +978,7 @@ GX_BOOL drawn = GX_FALSE;
/* */
/* _gx_dave2d_simulation_display_driver_16bpp_pixelmap_draw */
/* PORTABLE C */
-/* 6.x */
+/* 6.4.0 */
/* AUTHOR */
/* */
/* Ting Zhu, Microsoft Corporation */
@@ -1012,7 +1012,7 @@ GX_BOOL drawn = GX_FALSE;
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
+/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */
/* */
/**************************************************************************/
VOID _gx_dave2d_simulation_display_driver_16bpp_pixelmap_draw(GX_DRAW_CONTEXT *context,
diff --git a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_16bpp_rotated_compressed_glyph_1bit_draw.c b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_16bpp_rotated_compressed_glyph_1bit_draw.c
index 422331ff..4d072192 100644
--- a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_16bpp_rotated_compressed_glyph_1bit_draw.c
+++ b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_16bpp_rotated_compressed_glyph_1bit_draw.c
@@ -38,7 +38,7 @@
/* glyph_1bit_draw */
/* */
/* PORTABLE C */
-/* 6.x */
+/* 6.4.0 */
/* AUTHOR */
/* */
/* Ting Zhu, Microsoft Corporation */
@@ -74,7 +74,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
+/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */
/* */
/**************************************************************************/
VOID _gx_dave2d_simulation_display_driver_16bpp_rotated_compressed_glyph_1bit_draw(GX_DRAW_CONTEXT *context, GX_RECTANGLE *draw_area,
diff --git a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_16bpp_rotated_glyph_1bit_draw.c b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_16bpp_rotated_glyph_1bit_draw.c
index 2b2b706d..5875c127 100644
--- a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_16bpp_rotated_glyph_1bit_draw.c
+++ b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_16bpp_rotated_glyph_1bit_draw.c
@@ -38,7 +38,7 @@
/* draw */
/* */
/* PORTABLE C */
-/* 6.x */
+/* 6.4.0 */
/* AUTHOR */
/* */
/* Ting Zhu, Microsoft Corporation */
@@ -73,7 +73,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
+/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */
/* */
/**************************************************************************/
VOID _gx_dave2d_simulation_display_driver_16bpp_rotated_glyph_1bit_draw(GX_DRAW_CONTEXT *context, GX_RECTANGLE *draw_area,
diff --git a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_16bpp_rotated_pixelmap_draw.c b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_16bpp_rotated_pixelmap_draw.c
index 35826da4..8110ff89 100644
--- a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_16bpp_rotated_pixelmap_draw.c
+++ b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_16bpp_rotated_pixelmap_draw.c
@@ -37,7 +37,7 @@
/* compressed_write */
/* */
/* PORTABLE C */
-/* 6.x */
+/* 6.4.0 */
/* AUTHOR */
/* */
/* Ting Zhu, Microsoft Corporation */
@@ -70,7 +70,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
+/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */
/* */
/**************************************************************************/
static VOID _gx_dave2d_simulation_display_driver_565rgb_rotated_pixelmap_compressed_write(GX_DRAW_CONTEXT *context,
@@ -218,7 +218,7 @@ GX_RECTANGLE rotated_clip;
/* pixelmap_compressed_alpha_write */
/* */
/* PORTABLE C */
-/* 6.x */
+/* 6.4.0 */
/* AUTHOR */
/* */
/* Ting Zhu, Microsoft Corporation */
@@ -251,7 +251,7 @@ GX_RECTANGLE rotated_clip;
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
+/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */
/* */
/**************************************************************************/
static VOID _gx_dave2d_simulation_display_driver_565rgb_4444argb_rotated_pixelmap_compressed_alpha_write(GX_DRAW_CONTEXT *context,
@@ -439,7 +439,7 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip;
/* pixelmap_compressed_alpha_write */
/* */
/* PORTABLE C */
-/* 6.x */
+/* 6.4.0 */
/* AUTHOR */
/* */
/* Ting Zhu, Microsoft Corporation */
@@ -473,7 +473,7 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip;
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
+/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */
/* */
/**************************************************************************/
static VOID _gx_dave2d_simulation_display_driver_565rgb_4444bgra_rotated_pixelmap_compressed_alpha_write(GX_DRAW_CONTEXT *context,
@@ -659,7 +659,7 @@ GX_RECTANGLE rotated_clip;
/* pixelmap_compressed_write */
/* */
/* PORTABLE C */
-/* 6.x */
+/* 6.4.0 */
/* AUTHOR */
/* */
/* Ting Zhu, Microsoft Corporation */
@@ -693,7 +693,7 @@ GX_RECTANGLE rotated_clip;
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
+/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */
/* */
/**************************************************************************/
static VOID _gx_dave2d_simulation_display_driver_565rgb_32argb_rotated_pixelmap_compressed_write(GX_DRAW_CONTEXT *context,
@@ -862,7 +862,7 @@ GX_RECTANGLE rotated_clip;
/* pixelmap_raw_write */
/* */
/* PORTABLE C */
-/* 6.x */
+/* 6.4.0 */
/* AUTHOR */
/* */
/* Ting Zhu, Microsoft Corporation */
@@ -896,7 +896,7 @@ GX_RECTANGLE rotated_clip;
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
+/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */
/* */
/**************************************************************************/
static VOID _gx_dave2d_simulation_display_driver_565rgb_32argb_rotated_pixelmap_raw_write(GX_DRAW_CONTEXT *context,
@@ -985,7 +985,7 @@ GX_RECTANGLE rotated_clip;
/* _gx_dave2d_simulation_display_driver_565rgb_rotated_pixelmap_blend */
/* */
/* PORTABLE C */
-/* 6.x */
+/* 6.4.0 */
/* AUTHOR */
/* */
/* Ting Zhu, Microsoft Corporation */
@@ -1030,7 +1030,7 @@ GX_RECTANGLE rotated_clip;
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
+/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */
/* */
/**************************************************************************/
VOID _gx_dave2d_simulation_display_driver_565rgb_rotated_pixelmap_blend(GX_DRAW_CONTEXT *context,
@@ -1119,7 +1119,7 @@ GX_BOOL drawn = GX_FALSE;
/* _gx_dave2d_simulation_display_driver_565rgb_rotated_pixelmap_draw */
/* PORTABLE C */
/* */
-/* 6.x */
+/* 6.4.0 */
/* AUTHOR */
/* */
/* Ting Zhu, Microsoft Corporation */
@@ -1152,7 +1152,7 @@ GX_BOOL drawn = GX_FALSE;
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
+/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */
/* */
/**************************************************************************/
VOID _gx_dave2d_simulation_display_driver_565rgb_rotated_pixelmap_draw(GX_DRAW_CONTEXT *context,
diff --git a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_24xrgb_pixelmap_blend.c b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_24xrgb_pixelmap_blend.c
index f73f3994..c6e5468b 100644
--- a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_24xrgb_pixelmap_blend.c
+++ b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_24xrgb_pixelmap_blend.c
@@ -33,7 +33,7 @@
/* */
/* _gx_dave2d_simulation_display_driver_24xrgb_pixelmap_c_a_blend */
/* PORTABLE C */
-/* 6.x */
+/* 6.4.0 */
/* AUTHOR */
/* */
/* Ting Zhu, Microsoft Corporation */
@@ -67,7 +67,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
+/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */
/* */
/**************************************************************************/
static VOID _gx_dave2d_simulation_display_driver_24xrgb_pixelmap_compressed_alpha_blend(GX_DRAW_CONTEXT *context,
@@ -174,7 +174,7 @@ GX_RECTANGLE *clip;
/* */
/* _gx_dave2d_simulation_display_driver_24xrgb_pixelmap_c_blend */
/* PORTABLE C */
-/* 6.x */
+/* 6.4.0 */
/* AUTHOR */
/* */
/* Ting Zhu, Microsoft Corporation */
@@ -208,7 +208,7 @@ GX_RECTANGLE *clip;
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
+/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */
/* */
/**************************************************************************/
static VOID _gx_dave2d_simulation_display_driver_24xrgb_pixelmap_compressed_blend(GX_DRAW_CONTEXT *context,
@@ -298,7 +298,7 @@ GX_RECTANGLE *clip;
/* */
/* _gx_dave2d_simulation_display_driver_24xrgb_pixelmap_blend */
/* PORTABLE C */
-/* 6.x */
+/* 6.4.0 */
/* AUTHOR */
/* */
/* Ting Zhu, Microsoft Corporation */
@@ -332,7 +332,7 @@ GX_RECTANGLE *clip;
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
+/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */
/* */
/**************************************************************************/
VOID _gx_dave2d_simulation_display_driver_24xrgb_pixelmap_blend(GX_DRAW_CONTEXT *context,
diff --git a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_24xrgb_pixelmap_draw.c b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_24xrgb_pixelmap_draw.c
index da97bbdb..76ace5e2 100644
--- a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_24xrgb_pixelmap_draw.c
+++ b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_24xrgb_pixelmap_draw.c
@@ -33,7 +33,7 @@
/* */
/* _gx_dave2d_s_display_driver_dave2d_24xrgb_pixelmap_c_a_write */
/* PORTABLE C */
-/* 6.x */
+/* 6.4.0 */
/* AUTHOR */
/* */
/* Ting Zhu, Microsoft Corporation */
@@ -66,7 +66,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
+/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */
/* */
/**************************************************************************/
static VOID _gx_dave2d_simulation_display_driver_24xrgb_pixelmap_compressed_write(GX_DRAW_CONTEXT *context,
@@ -220,7 +220,7 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip;
/* */
/* _gx_synegy_s_display_driver_32bpp_4444argb_dave2d_pixelmap_c */
/* _alpha_write PORTABLE C */
-/* 6.x */
+/* 6.4.0 */
/* AUTHOR */
/* */
/* Ting Zhu, Microsoft Corporation */
@@ -253,7 +253,7 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip;
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
+/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */
/* */
/**************************************************************************/
static VOID _gx_dave2d_simulation_display_driver_32bpp_4444argb_pixelmap_compressed_alpha_write(GX_DRAW_CONTEXT *context,
@@ -390,7 +390,7 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip;
/* */
/* _gx_dave2d_s_display_driver_32bpp_4444bgra_dave2d_pixelmap_c_ */
/* alpha_write PORTABLE C */
-/* 6.x */
+/* 6.4.0 */
/* AUTHOR */
/* */
/* Ting Zhu, Microsoft Corporation */
@@ -423,7 +423,7 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip;
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
+/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */
/* */
/**************************************************************************/
static VOID _gx_dave2d_simulation_display_driver_32bpp_4444bgra_pixelmap_compressed_write(GX_DRAW_CONTEXT *context,
@@ -559,7 +559,7 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip;
/* */
/* _gx_dave2d_s_display_driver_24xrgb_565rgb_pixelmap_c_write */
/* PORTABLE C */
-/* 6.x */
+/* 6.4.0 */
/* AUTHOR */
/* */
/* Ting Zhu, Microsoft Corporation */
@@ -592,7 +592,7 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip;
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
+/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */
/* */
/**************************************************************************/
static VOID _gx_dave2d_simulation_display_driver_24xrgb_565rgb_pixelmap_compressed_write(GX_DRAW_CONTEXT *context,
@@ -747,7 +747,7 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip;
/* FUNCTION RELEASE */
/* */
/* _gx_dave2d_s_display_driver_24xrgb_pixelmap_draw PORTABLE C */
-/* 6.x */
+/* 6.4.0 */
/* AUTHOR */
/* */
/* Ting Zhu, Microsoft Corporation */
@@ -785,7 +785,7 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip;
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
+/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */
/* 10-31-2022 Kenneth Maxwell Modify comments, change */
/* function name, */
/* resulting in Version 6.2.0 */
diff --git a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_24xrgb_rotated_pixelmap_blend.c b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_24xrgb_rotated_pixelmap_blend.c
index a94a9b39..5be41576 100644
--- a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_24xrgb_rotated_pixelmap_blend.c
+++ b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_24xrgb_rotated_pixelmap_blend.c
@@ -33,7 +33,7 @@
/* */
/* _gx_dave2d_simulation_display_driver_24xrgb_pixelmap_blend */
/* PORTABLE C */
-/* 6.x */
+/* 6.4.0 */
/* AUTHOR */
/* */
/* Ting Zhu, Microsoft Corporation */
@@ -67,7 +67,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
+/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */
/* */
/**************************************************************************/
VOID _gx_dave2d_simulation_display_driver_24xrgb_rotated_pixelmap_blend(GX_DRAW_CONTEXT *context,
diff --git a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_24xrgb_rotated_pixelmap_draw.c b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_24xrgb_rotated_pixelmap_draw.c
index e90e62ef..7567fb45 100644
--- a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_24xrgb_rotated_pixelmap_draw.c
+++ b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_24xrgb_rotated_pixelmap_draw.c
@@ -32,7 +32,7 @@
/* FUNCTION RELEASE */
/* */
/* _gx_dave2d_s_display_driver_24xrgb_pixelmap_draw PORTABLE C */
-/* 6.x */
+/* 6.4.0 */
/* AUTHOR */
/* */
/* Ting Zhu, Microsoft Corporation */
@@ -70,7 +70,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
+/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */
/* */
/**************************************************************************/
VOID _gx_dave2d_simulation_display_driver_24xrgb_rotated_pixelmap_draw(GX_DRAW_CONTEXT *context,
diff --git a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_24xrgb_rotated_setup.c b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_24xrgb_rotated_setup.c
index 2636f334..f163ca1c 100644
--- a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_24xrgb_rotated_setup.c
+++ b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_24xrgb_rotated_setup.c
@@ -32,7 +32,7 @@
/* _gx_dave2d_simulation_display_driver_24xrgb_rotated_setup */
/* */
/* PORTABLE C */
-/* 6.x */
+/* 6.4.0 */
/* AUTHOR */
/* */
/* Ting Zhu, Microsoft Corporation */
@@ -65,7 +65,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
+/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */
/* */
/**************************************************************************/
VOID _gx_dave2d_simulation_display_driver_24xrgb_rotated_setup(GX_DISPLAY *display, VOID *aux_data,
diff --git a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_24xrgb_setup.c b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_24xrgb_setup.c
index db44d803..9bf19377 100644
--- a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_24xrgb_setup.c
+++ b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_24xrgb_setup.c
@@ -30,7 +30,7 @@
/* FUNCTION RELEASE */
/* */
/* _gx_dave2d_simulation_display_driver_24xrgb_setup PORTABLE C */
-/* 6.x */
+/* 6.4.0 */
/* AUTHOR */
/* */
/* Ting Zhu, Microsoft Corporation */
@@ -62,7 +62,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
+/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */
/* */
/**************************************************************************/
VOID _gx_dave2d_simulation_display_driver_24xrgb_setup(GX_DISPLAY *display, VOID *aux_data,
diff --git a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_32bpp_compressed_glyph_1bit_draw.c b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_32bpp_compressed_glyph_1bit_draw.c
index b7cc98c3..7f1522e6 100644
--- a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_32bpp_compressed_glyph_1bit_draw.c
+++ b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_32bpp_compressed_glyph_1bit_draw.c
@@ -45,7 +45,7 @@
/* _gx_dave2d_simulation_display_driver_32bpp_compressed_glyph_1bit_ */
/* draw */
/* PORTABLE C */
-/* 6.x */
+/* 6.4.0 */
/* AUTHOR */
/* */
/* Ting Zhu, Microsoft Corporation */
@@ -80,7 +80,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
+/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */
/* */
/**************************************************************************/
VOID _gx_dave2d_simulation_display_driver_32bpp_compressed_glyph_1bit_draw(GX_DRAW_CONTEXT *context, GX_RECTANGLE *draw_area,
diff --git a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_32bpp_glyph_1bit_draw.c b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_32bpp_glyph_1bit_draw.c
index 95bae363..e0299530 100644
--- a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_32bpp_glyph_1bit_draw.c
+++ b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_32bpp_glyph_1bit_draw.c
@@ -54,7 +54,7 @@
/* _gx_dave2d_simulation_display_driver_32bpp_glyph_1bit_draw */
/* */
/* PORTABLE C */
-/* 6.x */
+/* 6.4.0 */
/* AUTHOR */
/* */
/* Ting Zhu, Microsoft Corporation */
@@ -89,7 +89,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
+/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */
/* */
/**************************************************************************/
VOID _gx_dave2d_simulation_display_driver_32bpp_glyph_1bit_draw(GX_DRAW_CONTEXT *context, GX_RECTANGLE *draw_area,
diff --git a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_32bpp_horizontal_pixelmap_line_draw.c b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_32bpp_horizontal_pixelmap_line_draw.c
index 6825cb64..ebdea923 100644
--- a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_32bpp_horizontal_pixelmap_line_draw.c
+++ b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_32bpp_horizontal_pixelmap_line_draw.c
@@ -38,7 +38,7 @@
/* _gx_dave2d_simulation_display_driver_32bpp_horizontal */
/* _pixelmap_line_compressed_write */
/* PORTABLE C */
-/* 6.x */
+/* 6.4.0 */
/* AUTHOR */
/* */
/* Ting Zhu, Microsoft Corporation */
@@ -71,7 +71,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
+/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */
/* */
/**************************************************************************/
static VOID _gx_dave2d_simulation_display_driver_32bpp_horizontal_pixelmap_line_compressed_write(GX_DRAW_CONTEXT *context,
@@ -214,7 +214,7 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLO
/* */
/* _gx_dave2d_simulation_display_driver_32bpp_horizontal */
/* _pixelmap_line_draw PORTABLE C */
-/* 6.x */
+/* 6.4.0 */
/* AUTHOR */
/* */
/* Ting Zhu, Microsoft Corporation */
@@ -250,7 +250,7 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLO
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
+/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */
/* */
/**************************************************************************/
VOID _gx_dave2d_simulation_display_driver_32bpp_horizontal_pixelmap_line_draw(GX_DRAW_CONTEXT *context,
diff --git a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_32bpp_rotated_compressed_glyph_1bit_draw.c b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_32bpp_rotated_compressed_glyph_1bit_draw.c
index 4128a607..38412ba8 100644
--- a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_32bpp_rotated_compressed_glyph_1bit_draw.c
+++ b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_32bpp_rotated_compressed_glyph_1bit_draw.c
@@ -38,7 +38,7 @@
/* glyph_1bit_draw */
/* */
/* PORTABLE C */
-/* 6.x */
+/* 6.4.0 */
/* AUTHOR */
/* */
/* Ting Zhu, Microsoft Corporation */
@@ -73,7 +73,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
+/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */
/* */
/**************************************************************************/
VOID _gx_dave2d_simulation_display_driver_32bpp_rotated_compressed_glyph_1bit_draw(GX_DRAW_CONTEXT *context, GX_RECTANGLE *draw_area,
diff --git a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_32bpp_rotated_glyph_1bit_draw.c b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_32bpp_rotated_glyph_1bit_draw.c
index b36df812..148af7a5 100644
--- a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_32bpp_rotated_glyph_1bit_draw.c
+++ b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_32bpp_rotated_glyph_1bit_draw.c
@@ -45,7 +45,7 @@
/* _gx_dave2d_simulation_display_driver_32bpp_rotated_glyph_1bit_draw */
/* */
/* PORTABLE C */
-/* 6.x */
+/* 6.4.0 */
/* AUTHOR */
/* */
/* Ting Zhu, Microsoft Corporation */
@@ -80,7 +80,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
+/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */
/* */
/**************************************************************************/
VOID _gx_dave2d_simulation_display_driver_32bpp_rotated_glyph_1bit_draw(GX_DRAW_CONTEXT *context, GX_RECTANGLE *draw_area,
diff --git a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_32bpp_rotated_horizontal_pixelmap_line_draw.c b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_32bpp_rotated_horizontal_pixelmap_line_draw.c
index 610dba08..0b3bb639 100644
--- a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_32bpp_rotated_horizontal_pixelmap_line_draw.c
+++ b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_32bpp_rotated_horizontal_pixelmap_line_draw.c
@@ -37,7 +37,7 @@
/* pixelmap_line_draw */
/* */
/* PORTABLE C */
-/* 6.x */
+/* 6.4.0 */
/* AUTHOR */
/* */
/* Ting Zhu, Microsoft Corporation */
@@ -72,7 +72,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
+/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */
/* */
/**************************************************************************/
VOID _gx_dave2d_simulation_display_driver_32bpp_rotated_horizontal_pixelmap_line_draw(GX_DRAW_CONTEXT *context,
diff --git a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_565rgb_horizontal_pixelmap_line_draw.c b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_565rgb_horizontal_pixelmap_line_draw.c
index 83a7df5d..4ab85356 100644
--- a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_565rgb_horizontal_pixelmap_line_draw.c
+++ b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_565rgb_horizontal_pixelmap_line_draw.c
@@ -36,7 +36,7 @@
/* _gx_dave2d_simulation_display_driver_565rgb_horizontal */
/* _pixelmap_line_draw */
/* PORTABLE C */
-/* 6.x */
+/* 6.4.0 */
/* AUTHOR */
/* */
/* Ting Zhu, Microsoft Corporation */
@@ -69,7 +69,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
+/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */
/* */
/**************************************************************************/
static VOID _gx_dave2d_simulation_display_driver_565rgb_horizontal_pixelmap_line_compressed_write(GX_DRAW_CONTEXT *context,
@@ -171,7 +171,7 @@ GX_PIXELMAP *pixelmap;
/* _gx_dave2d_simulation_display_driver_565rgb_horizontal */
/* _pixelmap_line_draw */
/* PORTABLE C */
-/* 6.x */
+/* 6.4.0 */
/* AUTHOR */
/* */
/* Ting Zhu, Microsoft Corporation */
@@ -206,7 +206,7 @@ GX_PIXELMAP *pixelmap;
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
+/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */
/* */
/**************************************************************************/
VOID _gx_dave2d_simulation_display_driver_565rgb_horizontal_pixelmap_line_draw(GX_DRAW_CONTEXT *context,
diff --git a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_565rgb_rotated_horizontal_pixelmap_line_draw.c b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_565rgb_rotated_horizontal_pixelmap_line_draw.c
index 74024ed7..a7a11c6c 100644
--- a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_565rgb_rotated_horizontal_pixelmap_line_draw.c
+++ b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_565rgb_rotated_horizontal_pixelmap_line_draw.c
@@ -37,7 +37,7 @@
/* pixelmap_line_compressed_write */
/* */
/* PORTABLE C */
-/* 6.x */
+/* 6.4.0 */
/* AUTHOR */
/* */
/* Ting Zhu, Microsoft Corporation */
@@ -70,7 +70,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
+/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */
/* */
/**************************************************************************/
static VOID _gx_dave2d_simulation_display_driver_565rgb_rotated_horizontal_pixelmap_line_compressed_write(GX_DRAW_CONTEXT *context,
@@ -196,7 +196,7 @@ INT y;
/* _gx_dave2d_simulation_display_driver_565rgb_horizontal */
/* _pixelmap_line_draw */
/* PORTABLE C */
-/* 6.x */
+/* 6.4.0 */
/* AUTHOR */
/* */
/* Ting Zhu, Microsoft Corporation */
@@ -231,7 +231,7 @@ INT y;
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
+/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */
/* */
/**************************************************************************/
VOID _gx_dave2d_simulation_display_driver_565rgb_rotated_horizontal_pixelmap_line_draw(GX_DRAW_CONTEXT *context,
diff --git a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_565rgb_rotated_setup.c b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_565rgb_rotated_setup.c
index fe16d7b5..49fba2d8 100644
--- a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_565rgb_rotated_setup.c
+++ b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_565rgb_rotated_setup.c
@@ -30,7 +30,7 @@
/* FUNCTION RELEASE */
/* */
/* _gx_dave2d_s_display_driver_565rgb_rotated_setup PORTABLE C */
-/* 6.x */
+/* 6.4.0 */
/* AUTHOR */
/* */
/* Ting Zhu, Microsoft Corporation */
@@ -62,7 +62,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
+/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */
/* */
/**************************************************************************/
diff --git a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_565rgb_setup.c b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_565rgb_setup.c
index fb30da82..33b59df4 100644
--- a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_565rgb_setup.c
+++ b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_565rgb_setup.c
@@ -30,7 +30,7 @@
/* FUNCTION RELEASE */
/* */
/* _gx_dave2d_s_display_driver_565rgb_setup PORTABLE C */
-/* 6.x */
+/* 6.4.0 */
/* AUTHOR */
/* */
/* Ting Zhu, Microsoft Corporation */
@@ -62,7 +62,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
+/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */
/* */
/**************************************************************************/
diff --git a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_8bit_palette_setup.c b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_8bit_palette_setup.c
index ed41c5d8..3ff19dae 100644
--- a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_8bit_palette_setup.c
+++ b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_8bit_palette_setup.c
@@ -36,7 +36,7 @@
/* */
/* _gx_dave2d_simulation_display_driver_8bit_palette_setup */
/* PORTABLE C */
-/* 6.x */
+/* 6.4.0 */
/* AUTHOR */
/* */
/* Ting Zhu, Microsoft Corporation */
@@ -68,7 +68,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
+/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */
/* */
/**************************************************************************/
VOID _gx_dave2d_simulation_display_driver_8bit_palette_setup(GX_DISPLAY *display, VOID *aux_data,
diff --git a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_8bpp_glyph_1bit_draw.c b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_8bpp_glyph_1bit_draw.c
index 84c2d87f..9d861349 100644
--- a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_8bpp_glyph_1bit_draw.c
+++ b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_8bpp_glyph_1bit_draw.c
@@ -43,7 +43,7 @@
/* */
/* _gx_dave2d_simulation_display_driver_8bpp_glyph_1bit_draw */
/* PORTABLE C */
-/* 6.x */
+/* 6.4.0 */
/* AUTHOR */
/* */
/* Ting Zhu, Microsoft Corporation */
@@ -78,7 +78,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
+/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */
/* */
/**************************************************************************/
VOID _gx_dave2d_simulation_display_driver_8bpp_glyph_1bit_draw(GX_DRAW_CONTEXT *context, GX_RECTANGLE *draw_area, GX_POINT *map_offset, GX_CONST GX_GLYPH *glyph)
diff --git a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_8bpp_glyph_4bit_draw.c b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_8bpp_glyph_4bit_draw.c
index 2e9dbd2a..656b1705 100644
--- a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_8bpp_glyph_4bit_draw.c
+++ b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_8bpp_glyph_4bit_draw.c
@@ -36,7 +36,7 @@
/* */
/* _gx_dave2d_simulation_display_driver_8bpp_glyph_4bit_draw */
/* PORTABLE C */
-/* 6.x */
+/* 6.4.0 */
/* AUTHOR */
/* */
/* Ting Zhu, Microsoft Corporation */
@@ -71,7 +71,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
+/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */
/* */
/**************************************************************************/
VOID _gx_dave2d_simulation_display_driver_8bpp_glyph_4bit_draw(GX_DRAW_CONTEXT *context,
diff --git a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_compressed_glyph_4bit_draw.c b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_compressed_glyph_4bit_draw.c
index ba7a8e04..81027a59 100644
--- a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_compressed_glyph_4bit_draw.c
+++ b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_compressed_glyph_4bit_draw.c
@@ -38,7 +38,7 @@
/* */
/* _gx_dave2d_simulation_display_driver_glyph_4bit_compress_draw */
/* PORTABLE C */
-/* 6.x */
+/* 6.4.0 */
/* AUTHOR */
/* */
/* Ting Zhu, Microsoft Corporation */
@@ -73,7 +73,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
+/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */
/* */
/**************************************************************************/
VOID _gx_dave2d_simulation_display_driver_compressed_glyph_4bit_draw(GX_DRAW_CONTEXT *context, GX_RECTANGLE *draw_area,
diff --git a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_compressed_glyph_8bit_draw.c b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_compressed_glyph_8bit_draw.c
index 8990ee14..46eef288 100644
--- a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_compressed_glyph_8bit_draw.c
+++ b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_compressed_glyph_8bit_draw.c
@@ -38,7 +38,7 @@
/* _gx_dave2d_simulation_display_driver_compressed_glyph_8bit_draw */
/* */
/* PORTABLE C */
-/* 6.x */
+/* 6.4.0 */
/* AUTHOR */
/* */
/* Ting Zhu, Microsoft Corporation */
@@ -73,7 +73,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
+/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */
/* */
/**************************************************************************/
VOID _gx_dave2d_simulation_display_driver_compressed_glyph_8bit_draw(GX_DRAW_CONTEXT *context, GX_RECTANGLE *draw_area,
diff --git a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_glyph_4bit_draw.c b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_glyph_4bit_draw.c
index b093d22e..3b4479d9 100644
--- a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_glyph_4bit_draw.c
+++ b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_glyph_4bit_draw.c
@@ -39,7 +39,7 @@
/* */
/* _gx_dave2d_simulation_display_driver_glyph_4bit_raw_draw */
/* PORTABLE C */
-/* 6.x */
+/* 6.4.0 */
/* AUTHOR */
/* */
/* Ting Zhu, Microsoft Corporation */
@@ -74,7 +74,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
+/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */
/* */
/**************************************************************************/
VOID _gx_dave2d_simulation_display_driver_glyph_4bit_draw(GX_DRAW_CONTEXT *context, GX_RECTANGLE *draw_area,
diff --git a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_rotated_compressed_glyph_4bit_draw.c b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_rotated_compressed_glyph_4bit_draw.c
index eea02b69..904917ea 100644
--- a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_rotated_compressed_glyph_4bit_draw.c
+++ b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_rotated_compressed_glyph_4bit_draw.c
@@ -38,7 +38,7 @@
/* */
/* _gx_dave2d_simulation_display_driver_glyph_4bit_compress_draw */
/* PORTABLE C */
-/* 6.x */
+/* 6.4.0 */
/* AUTHOR */
/* */
/* Ting Zhu, Microsoft Corporation */
@@ -73,7 +73,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
+/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */
/* */
/**************************************************************************/
VOID _gx_dave2d_simulation_display_driver_rotated_compressed_glyph_4bit_draw(GX_DRAW_CONTEXT *context, GX_RECTANGLE *draw_area,
diff --git a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_rotated_compressed_glyph_8bit_draw.c b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_rotated_compressed_glyph_8bit_draw.c
index ed64bf00..bd9d0176 100644
--- a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_rotated_compressed_glyph_8bit_draw.c
+++ b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_rotated_compressed_glyph_8bit_draw.c
@@ -38,7 +38,7 @@
/* _gx_dave2d_simulation_display_driver_compressed_glyph_8bit_draw */
/* */
/* PORTABLE C */
-/* 6.x */
+/* 6.4.0 */
/* AUTHOR */
/* */
/* Ting Zhu, Microsoft Corporation */
@@ -73,7 +73,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
+/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */
/* */
/**************************************************************************/
VOID _gx_dave2d_simulation_display_driver_rotated_compressed_glyph_8bit_draw(GX_DRAW_CONTEXT *context, GX_RECTANGLE *draw_area,
diff --git a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_rotated_glyph_4bit_draw.c b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_rotated_glyph_4bit_draw.c
index 13114c3d..fb0210c4 100644
--- a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_rotated_glyph_4bit_draw.c
+++ b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_rotated_glyph_4bit_draw.c
@@ -39,7 +39,7 @@
/* */
/* _gx_dave2d_simulation_display_driver_glyph_4bit_raw_draw */
/* PORTABLE C */
-/* 6.x */
+/* 6.4.0 */
/* AUTHOR */
/* */
/* Ting Zhu, Microsoft Corporation */
@@ -74,7 +74,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
+/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */
/* */
/**************************************************************************/
VOID _gx_dave2d_simulation_display_driver_rotated_glyph_4bit_draw(GX_DRAW_CONTEXT *context, GX_RECTANGLE *draw_area,
diff --git a/ports/win32/src/renesas/gx_win32_dave2d_display_driver_24xrgb.c b/ports/win32/src/renesas/gx_win32_dave2d_display_driver_24xrgb.c
index 96656a27..debab8e6 100644
--- a/ports/win32/src/renesas/gx_win32_dave2d_display_driver_24xrgb.c
+++ b/ports/win32/src/renesas/gx_win32_dave2d_display_driver_24xrgb.c
@@ -33,7 +33,7 @@
/* */
/* win32_dave2d_simulation_24xrgb_bitmap_header_create */
/* PORTABLE C */
-/* 6.x */
+/* 6.4.0 */
/* AUTHOR */
/* */
/* Ting Zhu, Microsoft Corporation */
@@ -63,7 +63,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
+/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */
/* */
/**************************************************************************/
VOID win32_dave2d_simulation_24xrgb_bitmap_header_create(GX_DISPLAY *display)
@@ -97,7 +97,7 @@ DWORD *putmask;
/* FUNCTION RELEASE */
/* */
/* win32_dave2d_graphics_driver_setup_24xrgb PORTABLE C */
-/* 6.x */
+/* 6.4.0 */
/* AUTHOR */
/* */
/* Ting Zhu, Microsoft Corporation */
@@ -132,7 +132,7 @@ DWORD *putmask;
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
+/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */
/* 10-31-2022 Kenneth Maxwell Modify comments, change */
/* function name, */
/* resulting in Version 6.2.0 */
diff --git a/ports/win32/src/renesas/gx_win32_dave2d_display_driver_24xrgb_rotated.c b/ports/win32/src/renesas/gx_win32_dave2d_display_driver_24xrgb_rotated.c
index 1cfc9d93..4c2598ca 100644
--- a/ports/win32/src/renesas/gx_win32_dave2d_display_driver_24xrgb_rotated.c
+++ b/ports/win32/src/renesas/gx_win32_dave2d_display_driver_24xrgb_rotated.c
@@ -32,7 +32,7 @@
/* FUNCTION RELEASE */
/* */
/* win32_dave2d_graphics_driver_setup_24xrgb_rotated PORTABLE C */
-/* 6.x */
+/* 6.4.0 */
/* AUTHOR */
/* */
/* Ting Zhu, Microsoft Corporation */
@@ -67,7 +67,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
+/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */
/* */
/**************************************************************************/
UINT win32_dave2d_graphics_driver_setup_24xrgb_rotated(GX_DISPLAY* display)
diff --git a/ports/win32/src/renesas/gx_win32_dave2d_display_driver_565rgb.c b/ports/win32/src/renesas/gx_win32_dave2d_display_driver_565rgb.c
index e4330ddd..f15453cd 100644
--- a/ports/win32/src/renesas/gx_win32_dave2d_display_driver_565rgb.c
+++ b/ports/win32/src/renesas/gx_win32_dave2d_display_driver_565rgb.c
@@ -33,7 +33,7 @@
/* */
/* win32_dave2d_simulation_565rgb_bitmap_header_create */
/* PORTABLE C */
-/* 6.x */
+/* 6.4.0 */
/* AUTHOR */
/* */
/* Ting Zhu, Microsoft Corporation */
@@ -62,7 +62,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
+/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */
/* */
/**************************************************************************/
static void win32_dave2d_simulation_565rgb_bitmap_header_create(GX_DISPLAY *display)
@@ -94,7 +94,7 @@ GX_WIN32_DISPLAY_DRIVER_DATA *instance = (GX_WIN32_DISPLAY_DRIVER_DATA *)display
/* FUNCTION RELEASE */
/* */
/* win32_dave2d_graphics_driver_setup_565rgb PORTABLE C */
-/* 6.x */
+/* 6.4.0 */
/* AUTHOR */
/* */
/* Ting Zhu, Microsoft Corporation */
@@ -129,7 +129,7 @@ GX_WIN32_DISPLAY_DRIVER_DATA *instance = (GX_WIN32_DISPLAY_DRIVER_DATA *)display
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
+/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */
/* 10-31-2022 Kenneth Maxwell Modify comments, change */
/* function name, */
/* resulting in Version 6.2.0 */
diff --git a/ports/win32/src/renesas/gx_win32_dave2d_display_driver_565rgb_rotated.c b/ports/win32/src/renesas/gx_win32_dave2d_display_driver_565rgb_rotated.c
index ac9316b3..7a1fa524 100644
--- a/ports/win32/src/renesas/gx_win32_dave2d_display_driver_565rgb_rotated.c
+++ b/ports/win32/src/renesas/gx_win32_dave2d_display_driver_565rgb_rotated.c
@@ -32,7 +32,7 @@
/* FUNCTION RELEASE */
/* */
/* win32_565rgb_bitmap_header_create PORTABLE C */
-/* 6.x */
+/* 6.4.0 */
/* AUTHOR */
/* */
/* Ting Zhu, Microsoft Corporation */
@@ -61,7 +61,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
+/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */
/* */
/**************************************************************************/
static void win32_dave2d_simulation_565rgb_rotated_bitmap_header_create(GX_DISPLAY *display)
@@ -95,7 +95,7 @@ GX_WIN32_DISPLAY_DRIVER_DATA *instance = (GX_WIN32_DISPLAY_DRIVER_DATA *)display
/* FUNCTION RELEASE */
/* */
/* win32_graphics_driver_565rgb_rotated_setup PORTABLE C */
-/* 6.x */
+/* 6.4.0 */
/* AUTHOR */
/* */
/* Ting Zhu, Microsoft Corporation */
@@ -127,7 +127,7 @@ GX_WIN32_DISPLAY_DRIVER_DATA *instance = (GX_WIN32_DISPLAY_DRIVER_DATA *)display
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
+/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */
/* */
/**************************************************************************/
UINT win32_dave2d_graphics_driver_setup_565rgb_rotated(GX_DISPLAY *display)
diff --git a/ports/win32/src/renesas/gx_win32_dave2d_display_driver_8bit_palette.c b/ports/win32/src/renesas/gx_win32_dave2d_display_driver_8bit_palette.c
index 48f992c9..479efbdf 100644
--- a/ports/win32/src/renesas/gx_win32_dave2d_display_driver_8bit_palette.c
+++ b/ports/win32/src/renesas/gx_win32_dave2d_display_driver_8bit_palette.c
@@ -32,7 +32,7 @@
/* FUNCTION RELEASE */
/* */
/* win32_dave2d_graphics_driver_setup_8bit_palette PORTABLE C */
-/* 6.x */
+/* 6.4.0 */
/* AUTHOR */
/* */
/* Ting Zhu, Microsoft Corporation */
@@ -67,7 +67,7 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* xx-xx-xxxx Ting Zhu Initial Version 6.x */
+/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */
/* */
/**************************************************************************/
UINT win32_dave2d_graphics_driver_setup_8bit_palette(GX_DISPLAY *display)
diff --git a/ports/win32/vs_2019_standalone/inc/gx_port.h b/ports/win32/vs_2019_standalone/inc/gx_port.h
index 20aaa4ae..f7c570e2 100644
--- a/ports/win32/vs_2019_standalone/inc/gx_port.h
+++ b/ports/win32/vs_2019_standalone/inc/gx_port.h
@@ -100,7 +100,7 @@ typedef SHORT GX_VALUE;
#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
- "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Win32/Standalone/Visual Version 6.3.0 *";
+ "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Win32/Standalone/Visual Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
diff --git a/scripts/update_patch.sh b/scripts/update_patch.sh
new file mode 100644
index 00000000..7056bbc2
--- /dev/null
+++ b/scripts/update_patch.sh
@@ -0,0 +1,22 @@
+#!/bin/bash
+
+if [ "$#" -ne 2 ]; then
+ echo "Usage: $0 \"\" \"\""
+ exit 1
+fi
+
+# Change the current working directory to the parent directory of this script.
+cd $(dirname `realpath $0`)/..
+current_version="6\\.x"
+source_dirs="common ports"
+file_list=$(find $source_dirs -type f -name '*.[ch]' -print)
+
+sed -i "s/$current_version /$1/g" $file_list
+sed -i "s/$current_version/$1/g" $file_list
+sed -i "s/xx-xx-xxxx/$2/g" $file_list
+sed -i "s/xx\/xx\/xxxx/${2:0:2}\/${2:3:2}\/${2:6:4}/g" readme/*
+
+# Update version in port files
+source_dirs="ports"
+file_list=$(find $source_dirs -type f -name "*.h" -print)
+sed -i "/\"Copyright/,/[0-9]\.[0-9]/s/[0-9]\.[0-9\.]\+/$1/" $file_list
\ No newline at end of file