Home
last modified time | relevance | path

Searched defs:_GLFWwndconfig (Results 1 – 13 of 13) sorted by relevance

/dports/games/craft/Craft-1.0fbsd/deps/glfw/src/
H A Dinternal.h140 struct _GLFWwndconfig struct
142 int width;
143 int height;
144 const char* title;
145 GLboolean resizable;
146 GLboolean visible;
149 int glMajor;
150 int glMinor;
152 GLboolean glDebug;
155 _GLFWmonitor* monitor;
[all …]
/dports/games/openclaw/OpenClaw-0.0-51-gbac7730/Box2D/glfw/
H A Dinternal.h164 struct _GLFWwndconfig struct
166 int width;
167 int height;
168 const char* title;
169 GLboolean resizable;
170 GLboolean visible;
171 GLboolean decorated;
172 GLboolean focused;
173 GLboolean autoIconify;
174 GLboolean floating;
[all …]
/dports/x11/kitty/kitty-0.23.1/glfw/
H A Dinternal.h292 struct _GLFWwndconfig struct
294 int width;
295 int height;
296 const char* title;
298 bool visible;
308 struct {
311 } ns;
312 struct {
315 } x11;
316 struct {
[all …]
/dports/misc/box2d/box2d-2.4.1/extern/glfw/src/
H A Dinternal.h255 struct _GLFWwndconfig struct
257 int width;
258 int height;
259 const char* title;
261 GLFWbool visible;
263 GLFWbool focused;
265 GLFWbool floating;
270 struct {
273 } ns;
274 struct {
[all …]
/dports/math/geogram/geogram-1.7.7/src/lib/third_party/glfw/src/
H A Dinternal.h255 struct _GLFWwndconfig struct
257 int width;
258 int height;
259 const char* title;
261 GLFWbool visible;
263 GLFWbool focused;
265 GLFWbool floating;
270 struct {
273 } ns;
274 struct {
[all …]
/dports/graphics/bonzomatic/Bonzomatic-2021-03-07/external/glfw/src/
H A Dinternal.h255 struct _GLFWwndconfig struct
257 int width;
258 int height;
259 const char* title;
261 GLFWbool visible;
263 GLFWbool focused;
265 GLFWbool floating;
270 struct {
273 } ns;
274 struct {
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/glfw/src/src/
H A Dinternal.h254 struct _GLFWwndconfig struct
256 int width;
257 int height;
258 const char* title;
260 GLFWbool visible;
262 GLFWbool focused;
264 GLFWbool floating;
269 struct {
272 } ns;
273 struct {
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/glfw/src/src/
H A Dinternal.h254 struct _GLFWwndconfig struct
256 int width;
257 int height;
258 const char* title;
260 GLFWbool visible;
262 GLFWbool focused;
264 GLFWbool floating;
269 struct {
272 } ns;
273 struct {
[all …]
/dports/graphics/glfw/glfw-3.3.4/src/
H A Dinternal.h255 struct _GLFWwndconfig struct
257 int width;
258 int height;
259 const char* title;
261 GLFWbool visible;
263 GLFWbool focused;
265 GLFWbool floating;
270 struct {
273 } ns;
274 struct {
[all …]
/dports/graphics/rx/rx-0.4.0/cargo-crates/glfw-sys-3.3.0/src/
H A Dinternal.h254 struct _GLFWwndconfig struct
256 int width;
257 int height;
258 const char* title;
260 GLFWbool visible;
262 GLFWbool focused;
264 GLFWbool floating;
269 struct {
272 } ns;
273 struct {
[all …]
/dports/graphics/open3d/Open3D-0.2/src/External/GLFW/src/
H A Dinternal.h257 struct _GLFWwndconfig struct
259 int width;
260 int height;
261 const char* title;
263 GLFWbool visible;
265 GLFWbool focused;
267 GLFWbool floating;
270 struct {
273 } ns;
274 struct {
[all …]
/dports/graphics/py-open3d-python/Open3D-0.2/src/External/GLFW/src/
H A Dinternal.h257 struct _GLFWwndconfig struct
259 int width;
260 int height;
261 const char* title;
263 GLFWbool visible;
265 GLFWbool focused;
267 GLFWbool floating;
270 struct {
273 } ns;
274 struct {
[all …]
/dports/graphics/glfw2/glfw-2.7.9/lib/
H A Dinternal.h110 } _GLFWwndconfig; typedef