Lines Matching defs:window

50 // The Shape extension provides custom window shapes
438 Window window;
447 xcb_window_t window;
472 GLXWindow window;
521 // X11-specific per-window data
561 // Helper window for IPC
565 // Context for mapping window XIDs to _GLFWwindow pointers
585 // The window whose disabled cursor mode is active
888 // for EWMH full screen window placement
904 GLFWbool _glfwCreateWindowX11(_GLFWwindow* window, const _GLFWwndconfig* wndconfig, const _GLFWctxconfig* ctxconfig, const _GLFWfbconfig* fbconfig);
905 void _glfwDestroyWindowX11(_GLFWwindow* window);
906 void _glfwSetWindowTitleX11(_GLFWwindow* window, const char* title);
907 void _glfwSetWindowIconX11(_GLFWwindow* window, int count, const GLFWimage* images);
908 void _glfwGetWindowPosX11(_GLFWwindow* window, int* xpos, int* ypos);
909 void _glfwSetWindowPosX11(_GLFWwindow* window, int xpos, int ypos);
910 void _glfwGetWindowSizeX11(_GLFWwindow* window, int* width, int* height);
911 void _glfwSetWindowSizeX11(_GLFWwindow* window, int width, int height);
912 void _glfwSetWindowSizeLimitsX11(_GLFWwindow* window, int minwidth, int minheight, int maxwidth, int maxheight);
913 void _glfwSetWindowAspectRatioX11(_GLFWwindow* window, int numer, int denom);
914 void _glfwGetFramebufferSizeX11(_GLFWwindow* window, int* width, int* height);
915 void _glfwGetWindowFrameSizeX11(_GLFWwindow* window, int* left, int* top, int* right, int* bottom);
916 void _glfwGetWindowContentScaleX11(_GLFWwindow* window, float* xscale, float* yscale);
917 void _glfwIconifyWindowX11(_GLFWwindow* window);
918 void _glfwRestoreWindowX11(_GLFWwindow* window);
919 void _glfwMaximizeWindowX11(_GLFWwindow* window);
920 void _glfwShowWindowX11(_GLFWwindow* window);
921 void _glfwHideWindowX11(_GLFWwindow* window);
922 void _glfwRequestWindowAttentionX11(_GLFWwindow* window);
923 void _glfwFocusWindowX11(_GLFWwindow* window);
924 void _glfwSetWindowMonitorX11(_GLFWwindow* window, _GLFWmonitor* monitor, int xpos, int ypos, int width, int height, int refreshRate);
925 GLFWbool _glfwWindowFocusedX11(_GLFWwindow* window);
926 GLFWbool _glfwWindowIconifiedX11(_GLFWwindow* window);
927 GLFWbool _glfwWindowVisibleX11(_GLFWwindow* window);
928 GLFWbool _glfwWindowMaximizedX11(_GLFWwindow* window);
929 GLFWbool _glfwWindowHoveredX11(_GLFWwindow* window);
930 GLFWbool _glfwFramebufferTransparentX11(_GLFWwindow* window);
931 void _glfwSetWindowResizableX11(_GLFWwindow* window, GLFWbool enabled);
932 void _glfwSetWindowDecoratedX11(_GLFWwindow* window, GLFWbool enabled);
933 void _glfwSetWindowFloatingX11(_GLFWwindow* window, GLFWbool enabled);
934 float _glfwGetWindowOpacityX11(_GLFWwindow* window);
935 void _glfwSetWindowOpacityX11(_GLFWwindow* window, float opacity);
936 void _glfwSetWindowMousePassthroughX11(_GLFWwindow* window, GLFWbool enabled);
938 void _glfwSetRawMouseMotionX11(_GLFWwindow *window, GLFWbool enabled);
946 void _glfwGetCursorPosX11(_GLFWwindow* window, double* xpos, double* ypos);
947 void _glfwSetCursorPosX11(_GLFWwindow* window, double xpos, double ypos);
948 void _glfwSetCursorModeX11(_GLFWwindow* window, int mode);
954 void _glfwSetCursorX11(_GLFWwindow* window, _GLFWcursor* cursor);
960 EGLNativeWindowType _glfwGetEGLNativeWindowX11(_GLFWwindow* window);
964 VkResult _glfwCreateWindowSurfaceX11(VkInstance instance, _GLFWwindow* window, const VkAllocationCallbacks* allocator, VkSurfaceKHR* surface);
981 unsigned long _glfwGetWindowPropertyX11(Window window,
992 void _glfwCreateInputContextX11(_GLFWwindow* window);
996 GLFWbool _glfwCreateContextGLX(_GLFWwindow* window,
999 void _glfwDestroyContextGLX(_GLFWwindow* window);