mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 15:57:35 +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
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