Skip to content

Commit

Permalink
Refactoring dispatcher for Darwin.
Browse files Browse the repository at this point in the history
  • Loading branch information
kwhat committed Jun 23, 2023
1 parent 6e410b3 commit 1104fd1
Show file tree
Hide file tree
Showing 6 changed files with 1,508 additions and 1,315 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ if(ENABLE_TEST)
target_link_libraries(uiohook_tests uiohook "${CMAKE_THREAD_LIBS_INIT}")
endif()

option(USE_EPOCH_TIME "Use Unix epoch time for event timestamps (default: OFF)" OFF)
option(USE_EPOCH_TIME "Use Unix epoch time for event timestamps (default: ON)" ON)
if(USE_EPOCH_TIME)
add_compile_definitions(uiohook PRIVATE USE_EPOCH_TIME)
endif()
Expand Down
Loading

0 comments on commit 1104fd1

Please sign in to comment.