Skip to content

Commit

Permalink
When a window has no internal size, mark it as hidden to ensure it al…
Browse files Browse the repository at this point in the history
…so has no padding
  • Loading branch information
curiousdannii committed Oct 19, 2024
1 parent 814290c commit 3e34d80
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ add_sources(glulxe "glulxe/"
emglken_vm(glulxe)
target_compile_definitions(glulxe PRIVATE OS_UNIX)
target_compile_options(glulxe PRIVATE -Wall -Wmissing-prototypes -Wno-unused)
#target_link_options(glulxe PRIVATE -sASYNCIFY_IGNORE_INDIRECT)
#target_link_options(glulxe PRIVATE -sASYNCIFY_ADD=@${CMAKE_CURRENT_LIST_DIR}/src/add-list-glulxe.txt)
#target_link_options(glulxe PRIVATE -sASYNCIFY_REMOVE=@${CMAKE_CURRENT_LIST_DIR}/src/remove-list-glulxe.txt)

#[[
add_executable(glulxe-profiler-core)
Expand Down
2 changes: 1 addition & 1 deletion remglk

0 comments on commit 3e34d80

Please sign in to comment.