Lines Matching defs:states
635 Atom states[3];
641 states[count++] = _glfw.x11.NET_WM_STATE_ABOVE;
649 states[count++] = _glfw.x11.NET_WM_STATE_MAXIMIZED_VERT;
650 states[count++] = _glfw.x11.NET_WM_STATE_MAXIMIZED_HORZ;
659 PropModeReplace, (unsigned char*) states, count);
2383 Atom* states = NULL;
2388 (unsigned char**) &states);
2404 if (states[i] == missing[j])
2412 if (states)
2413 XFree(states);
2549 Atom* states;
2563 (unsigned char**) &states);
2567 if (states[i] == _glfw.x11.NET_WM_STATE_MAXIMIZED_VERT ||
2568 states[i] == _glfw.x11.NET_WM_STATE_MAXIMIZED_HORZ)
2575 if (states)
2576 XFree(states);
2662 Atom* states = NULL;
2667 (unsigned char**) &states);
2678 if (states[i] == _glfw.x11.NET_WM_STATE_ABOVE)
2691 else if (states)
2695 if (states[i] == _glfw.x11.NET_WM_STATE_ABOVE)
2697 states[i] = states[count - 1];
2700 PropModeReplace, (unsigned char*) states, count - 1);
2706 if (states)
2707 XFree(states);