mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-05 16:22:53 +00:00
Make it work with optimized builds.
This commit is contained in:
parent
6ceb063e20
commit
80da45beaf
@ -168,10 +168,12 @@ location_cb(Widget w,XtPointer client_data,XtPointer call_data)
|
|||||||
location = XmINDICATOR_LOCATION_MIDDLE;
|
location = XmINDICATOR_LOCATION_MIDDLE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef DEBUG
|
||||||
printf("%s(%s) location = %s\n",
|
printf("%s(%s) location = %s\n",
|
||||||
"__FUNCTION__",
|
"__FUNCTION__",
|
||||||
XtName(w),
|
XtName(w),
|
||||||
XfeDebugRepTypeValueToName(XmRToolBarIndicatorLocation,location));
|
XfeDebugRepTypeValueToName(XmRToolBarIndicatorLocation,location));
|
||||||
|
#endif
|
||||||
|
|
||||||
XtVaSetValues(_tool_bar,XmNindicatorLocation,location,NULL);
|
XtVaSetValues(_tool_bar,XmNindicatorLocation,location,NULL);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user