Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 464 Bytes

File metadata and controls

16 lines (10 loc) · 464 Bytes

wsl

Testing Windows Subsystem For Linux v2 Gui

file_menu.c

Demonstrates an issue with Motif menus in WSLg whereby menu items cannot be selected. To build the example, use the following command line:

gcc -g file_menu.c -lXm -lXt -o file_menu

hello_dialog.c

Demonstrates an issue where a 5 second delay occurs opening Xt dialogs. To build the example, use the following command line:

gcc -g hello_dialog.c -lXm -lXt -o hello_dialog