Skip to content

Commit

Permalink
Update for testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
ting-ms committed Dec 14, 2023
1 parent aa8b881 commit b87c656
Show file tree
Hide file tree
Showing 6 changed files with 271 additions and 74 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ VOID demo_thread_entry(ULONG thread_input)

/* Create the button screen */
gx_studio_named_widget_create("window", (GX_WIDGET *) root, (GX_WIDGET **) &pMainScreen);
gx_studio_named_widget_create("input_focus_release_test", GX_NULL, GX_NULL);

/* Show the root window to make it and patients screen visible. */
gx_widget_show(root);
Expand Down
Loading

0 comments on commit b87c656

Please sign in to comment.