Lines Matching refs:NEQ
1618 #define NEQ(x) ( w->core.x != event->xconfigure.x )
1619 if (NEQ(width) || NEQ(height) || NEQ(border_width)) {
1621 #undef NEQ
2217 #define NEQ(x, msk) ((mask & msk) && (values.x != event.xconfigure.x))
2218 if (NEQ(x, CWX) ||
2219 NEQ(y, CWY) ||
2220 NEQ(width, CWWidth) ||
2221 NEQ(height, CWHeight) || NEQ(border_width, CWBorderWidth)) {
2223 if (NEQ(x, CWX)) {
2228 if (NEQ(y, CWY)) {
2233 if (NEQ(width, CWWidth)) {
2238 if (NEQ(height, CWHeight)) {
2243 if (NEQ(border_width, CWBorderWidth)) {
2249 #undef NEQ
2369 #define NEQ(f) (nwmshell->wm.size_hints.f != owmshell->wm.size_hints.f)
2371 if (set_prop && (NEQ(flags) || NEQ(min_width) || NEQ(min_height)
2372 || NEQ(max_width) || NEQ(max_height)
2373 || NEQ(width_inc) || NEQ(height_inc)
2374 || NEQ(min_aspect.x) || NEQ(min_aspect.y)
2375 || NEQ(max_aspect.x) || NEQ(max_aspect.y)
2376 #undef NEQ
2377 #define NEQ(f) (nwmshell->wm.f != owmshell->wm.f)
2378 || NEQ(base_width) || NEQ(base_height) ||
2379 NEQ(win_gravity))) {
2382 #undef NEQ
2421 #define NEQ(f) (nwmshell->wm.wm_hints.f != owmshell->wm.wm_hints.f)
2423 if (set_prop && (NEQ(flags) || NEQ(input) || NEQ(initial_state)
2424 || NEQ(icon_x) || NEQ(icon_y)
2425 || NEQ(icon_pixmap) || NEQ(icon_mask) || NEQ(icon_window)
2426 || NEQ(window_group))) {
2430 #undef NEQ