mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-04 08:36:12 +00:00
LibGUI+AK: Add DRAG_DEBUG opt and put drag operations behind dbgln_if
No need to have this enabled all the time.
This commit is contained in:
parent
f43b69f8e2
commit
4459cb33ed
Notes:
sideshowbarker
2024-07-18 02:47:59 +09:00
Author: https://github.com/metmo
Commit: 4459cb33ed
Pull-request: https://github.com/SerenityOS/serenity/pull/11788
4 changed files with 14 additions and 7 deletions
|
@ -35,6 +35,7 @@ set(DHCPV4_DEBUG ON)
|
|||
set(DIFF_DEBUG ON)
|
||||
set(DISASM_DUMP_DEBUG ON)
|
||||
set(DOUBLECLICK_DEBUG ON)
|
||||
set(DRAG_DEBUG ON)
|
||||
set(DWARF_DEBUG ON)
|
||||
set(DYNAMIC_LOAD_DEBUG ON)
|
||||
set(E1000_DEBUG ON)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue