mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 10:17:34 +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
|
@ -102,6 +102,10 @@
|
|||
#cmakedefine01 DOUBLECLICK_DEBUG
|
||||
#endif
|
||||
|
||||
#ifndef DRAG_DEBUG
|
||||
#cmakedefine01 DRAG_DEBUG
|
||||
#endif
|
||||
|
||||
#ifndef DWARF_DEBUG
|
||||
#cmakedefine01 DWARF_DEBUG
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue