зеркало из https://github.com/mozilla/gecko-dev.git
printDepth usage needs to be wrapped in DEBUG_DND_XLATE as other usages are, fixing bustage
This commit is contained in:
Родитель
93f6bffd02
Коммит
a58139e94b
|
@ -1622,9 +1622,11 @@ nsWindow::dumpWindowChildren(Window aWindow, unsigned int depth)
|
|||
XQueryTree(display, window, &root_return, &parent_return,
|
||||
&children_return, &nchildren_return);
|
||||
|
||||
#ifdef DEBUG_DND_XLATE
|
||||
printDepth(depth);
|
||||
|
||||
g_print("Window 0x%lx ", window);
|
||||
#endif
|
||||
|
||||
GdkWindow *thisWindow = NULL;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче