зеркало из https://github.com/mozilla/pjs.git
Dont redefine _XfeSwap().
This commit is contained in:
Родитель
b48f2c8b4d
Коммит
44bf1c9f54
|
@ -55,14 +55,6 @@
|
||||||
#define IS_OUR_TAB(w,child) \
|
#define IS_OUR_TAB(w,child) \
|
||||||
(XfeIsTab(child) && (_XfeParent(child) == w))
|
(XfeIsTab(child) && (_XfeParent(child) == w))
|
||||||
|
|
||||||
#define _XfeSwap(_x,_y,_t) \
|
|
||||||
{ \
|
|
||||||
_t __tmp__ = _x; \
|
|
||||||
\
|
|
||||||
_x = _y; \
|
|
||||||
_y = __tmp__; \
|
|
||||||
}
|
|
||||||
|
|
||||||
/*----------------------------------------------------------------------*/
|
/*----------------------------------------------------------------------*/
|
||||||
/* */
|
/* */
|
||||||
/* Core class methods */
|
/* Core class methods */
|
||||||
|
|
Загрузка…
Ссылка в новой задаче