1
Fork 0
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:
Marcus Nilsson 2022-01-09 23:35:42 +01:00 committed by Linus Groh
parent f43b69f8e2
commit 4459cb33ed
4 changed files with 14 additions and 7 deletions

View file

@ -102,6 +102,10 @@
#cmakedefine01 DOUBLECLICK_DEBUG
#endif
#ifndef DRAG_DEBUG
#cmakedefine01 DRAG_DEBUG
#endif
#ifndef DWARF_DEBUG
#cmakedefine01 DWARF_DEBUG
#endif