Home
last modified time | relevance | path

Searched refs:wmHints (Results 1 – 25 of 91) sorted by relevance

1234

/dports/x11-wm/libdockapp/dockapps-b9baa8f/src/
H A Ddamain.c131 XWMHints *wmHints; in DACreateIcon() local
164 wmHints = XAllocWMHints(); in DACreateIcon()
165 if (!wmHints) in DACreateIcon()
169 wmHints->flags = WindowGroupHint; in DACreateIcon()
170 wmHints->window_group = DALeader; in DACreateIcon()
173 wmHints->flags |= IconWindowHint|StateHint; in DACreateIcon()
174 wmHints->icon_window = DAIcon; in DACreateIcon()
175 wmHints->initial_state = WithdrawnState; in DACreateIcon()
178 XSetWMHints(DADisplay, DALeader, wmHints); in DACreateIcon()
179 XFree(wmHints); in DACreateIcon()
/dports/www/mozplugger/mozplugger-2.1.6/
H A Dwidgets.c362 XSizeHints wmHints; in setWindowHints() local
364 wmHints.x = 0; in setWindowHints()
365 wmHints.y = 0; in setWindowHints()
366 wmHints.min_width = numButtons * MIN_BUTTON_SIZE; in setWindowHints()
367 wmHints.min_height = MIN_BUTTON_SIZE; in setWindowHints()
368 wmHints.base_width = numButtons * DEFAULT_BUTTON_SIZE; in setWindowHints()
369 wmHints.base_height = DEFAULT_BUTTON_SIZE; in setWindowHints()
370 wmHints.flags = PPosition | USPosition | PMinSize; in setWindowHints()
372 XSetWMNormalHints(dpy, window, &wmHints); in setWindowHints()
/dports/games/libretro-fuse/fuse-libretro-8b51f87/fuse/ui/xlib/
H A Dxui.c57 XWMHints *wmHints; in ui_init() local
69 if(!(wmHints = XAllocWMHints())) { in ui_init()
140 wmHints->flags=StateHint | InputHint; in ui_init()
141 wmHints->initial_state=NormalState; in ui_init()
142 wmHints->input=True; in ui_init()
148 *argv, *argc, sizeHints, wmHints, classHint); in ui_init()
153 XFree( wmHints ); in ui_init()
/dports/emulators/fuse/fuse-1.6.0/ui/xlib/
H A Dxui.c55 XWMHints *wmHints; in ui_init() local
67 if(!(wmHints = XAllocWMHints())) { in ui_init()
138 wmHints->flags=StateHint | InputHint; in ui_init()
139 wmHints->initial_state=NormalState; in ui_init()
140 wmHints->input=True; in ui_init()
146 *argv, *argc, sizeHints, wmHints, classHint); in ui_init()
151 XFree( wmHints ); in ui_init()
/dports/x11-servers/x2vnc/x2vnc-1.7.2/
H A Dx.c185 XSizeHints wmHints; in CreateXWindow() local
317 wmHints.x=x_offset; in CreateXWindow()
318 wmHints.y=y_offset; in CreateXWindow()
333 wmHints.min_width = topLevelWidth; in CreateXWindow()
334 wmHints.min_height = topLevelHeight; in CreateXWindow()
336 wmHints.max_width = topLevelWidth; in CreateXWindow()
337 wmHints.max_height = topLevelHeight; in CreateXWindow()
339 wmHints.base_width = topLevelWidth; in CreateXWindow()
344 wmHints.x, wmHints.y); in CreateXWindow()
347 &wmHints, &wmHints.x, &wmHints.y, in CreateXWindow()
[all …]
/dports/x11/temperature.app/Temperature.app-1.5/
H A DTemperature.cc77 XWMHints wmHints; in Temperature() local
200 wmHints.initial_state = WithdrawnState; in Temperature()
201 wmHints.icon_window = mIconWin; in Temperature()
202 wmHints.icon_x = 0; in Temperature()
203 wmHints.icon_y = 0; in Temperature()
204 wmHints.window_group = mAppWin; in Temperature()
205 wmHints.flags = StateHint | IconWindowHint | IconPositionHint | WindowGroupHint; in Temperature()
206 XSetWMHints(mDisplay, mAppWin, &wmHints); in Temperature()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL3Plus/src/GLX/
H A DOgreGLXWindow.cpp363 XWMHints *wmHints; in create() local
366 if ((wmHints = XAllocWMHints()) != NULL) in create()
368 wmHints->initial_state = NormalState; in create()
369 wmHints->input = True; in create()
370 wmHints->flags = StateHint | InputHint; in create()
377 if(mGLSupport->loadIcon("GLX_icon.png", &wmHints->icon_pixmap, &wmHints->icon_mask)) in create()
379 wmHints->flags |= IconPixmapHint | IconMaskHint; in create()
401 XSetWMProperties(xDisplay, mWindow, &titleprop, NULL, NULL, 0, sizeHints, wmHints, NULL); in create()
404 XFree(wmHints); in create()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL/src/GLX/
H A DOgreGLXWindow.cpp365 XWMHints *wmHints; in create() local
368 if ((wmHints = XAllocWMHints()) != NULL) in create()
370 wmHints->initial_state = NormalState; in create()
371 wmHints->input = True; in create()
372 wmHints->flags = StateHint | InputHint; in create()
379 if(mGLSupport->loadIcon("GLX_icon.png", &wmHints->icon_pixmap, &wmHints->icon_mask)) in create()
381 wmHints->flags |= IconPixmapHint | IconMaskHint; in create()
405 XSetWMProperties(xDisplay, mWindow, &titleprop, NULL, NULL, 0, sizeHints, wmHints, NULL); in create()
408 XFree(wmHints); in create()
/dports/x11/libX11/libX11-1.7.2/src/
H A DWMProps.c83 XWMHints *wmHints, /* miscellaneous window manager hints */ in XSetWMProperties() argument
113 if (wmHints) XSetWMHints (dpy, w, wmHints); in XSetWMProperties()
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GLSupport/src/GLX/
H A DOgreGLXWindow.cpp416 XWMHints *wmHints; in create() local
419 if ((wmHints = XAllocWMHints()) != NULL) in create()
421 wmHints->initial_state = NormalState; in create()
422 wmHints->input = True; in create()
423 wmHints->flags = StateHint | InputHint; in create()
430 … if(mGLSupport->loadIcon("GLX_icon.png", &wmHints->icon_pixmap, &wmHints->icon_mask)) in create()
432 wmHints->flags |= IconPixmapHint | IconMaskHint; in create()
454 … XSetWMProperties(xDisplay, mWindow, &titleprop, NULL, NULL, 0, sizeHints, wmHints, NULL); in create()
457 XFree(wmHints); in create()
/dports/audio/mixer.app/Mixer.app-1.8.0/
H A DMixer.cc65 XWMHints wmHints; in Mixer() local
233 wmHints.initial_state = WithdrawnState; in Mixer()
234 wmHints.icon_window = mIconWin; in Mixer()
235 wmHints.icon_x = 0; in Mixer()
236 wmHints.icon_y = 0; in Mixer()
237 wmHints.window_group = mAppWin; in Mixer()
238 wmHints.flags = StateHint | IconWindowHint | IconPositionHint | WindowGroupHint; in Mixer()
239 XSetWMHints(mDisplay, mAppWin, &wmHints); in Mixer()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GLES2/src/EGL/X11/
H A DOgreX11EGLWindow.cpp259 XWMHints *wmHints; in createNativeWindow() local
263 if ((wmHints = XAllocWMHints()) != NULL) in createNativeWindow()
265 wmHints->initial_state = NormalState; in createNativeWindow()
266 wmHints->input = True; in createNativeWindow()
267 wmHints->flags = StateHint | InputHint; in createNativeWindow()
280 NULL, NULL, 0, sizeHints, wmHints, NULL); in createNativeWindow()
283 XFree(wmHints); in createNativeWindow()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GLES/src/EGL/X11/
H A DOgreX11EGLWindow.cpp259 XWMHints *wmHints; in createNativeWindow() local
263 if ((wmHints = XAllocWMHints()) != NULL) in createNativeWindow()
265 wmHints->initial_state = NormalState; in createNativeWindow()
266 wmHints->input = True; in createNativeWindow()
267 wmHints->flags = StateHint | InputHint; in createNativeWindow()
280 NULL, NULL, 0, sizeHints, wmHints, NULL); in createNativeWindow()
283 XFree(wmHints); in createNativeWindow()
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GLSupport/src/EGL/X11/
H A DOgreX11EGLWindow.cpp249 XWMHints *wmHints; in createNativeWindow() local
253 if ((wmHints = XAllocWMHints()) != NULL) in createNativeWindow()
255 wmHints->initial_state = NormalState; in createNativeWindow()
256 wmHints->input = True; in createNativeWindow()
257 wmHints->flags = StateHint | InputHint; in createNativeWindow()
270 NULL, NULL, 0, sizeHints, wmHints, NULL); in createNativeWindow()
273 XFree(wmHints); in createNativeWindow()
/dports/x11/libX11/libX11-1.7.2/src/xlibi18n/
H A DmbWMProps.c46 XWMHints *wmHints, in XmbSetWMProperties() argument
62 sizeHints, wmHints, classHints); in XmbSetWMProperties()
H A Dutf8WMProps.c68 XWMHints *wmHints, in Xutf8SetWMProperties() argument
84 sizeHints, wmHints, classHints); in Xutf8SetWMProperties()
/dports/x11/wmsystemtray/wmsystemtray-1.4/
H A Dwmsystemtray.c362 XWMHints *wmHints; in create_dock_windows() local
437 wmHints = XAllocWMHints(); in create_dock_windows()
462 wmHints->flags = StateHint | WindowGroupHint; in create_dock_windows()
463 wmHints->initial_state = NormalState; in create_dock_windows()
466 wmHints->initial_state = WithdrawnState; in create_dock_windows()
467 wmHints->icon_x = sizeHints->x; in create_dock_windows()
468 wmHints->icon_y = sizeHints->y; in create_dock_windows()
530 if(!nonwmaker) wmHints->icon_window = iconwin[i]; in create_dock_windows()
531 wmHints->window_group = mainwin[i]; in create_dock_windows()
532 XSetWMHints(display, mainwin[i], wmHints); in create_dock_windows()
[all …]
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/x11/
H A Dtoplevel.cpp379 XWMHints *wmHints = XAllocWMHints(); in DoSetIcon() local
380 wmHints->icon_pixmap = (Pixmap) icon.GetPixmap(); in DoSetIcon()
382 wmHints->flags = IconPixmapHint; in DoSetIcon()
386 wmHints->flags |= IconMaskHint; in DoSetIcon()
387 wmHints->icon_mask = (Pixmap) icon.GetMask()->GetBitmap(); in DoSetIcon()
390 XSetWMHints(wxGlobalDisplay(), (Window) X11GetMainWindow(), wmHints); in DoSetIcon()
391 XFree(wmHints); in DoSetIcon()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/x11/
H A Dtoplevel.cpp382 XWMHints *wmHints = XAllocWMHints(); in DoSetIcon() local
383 wmHints->icon_pixmap = (Pixmap) icon.GetPixmap(); in DoSetIcon()
385 wmHints->flags = IconPixmapHint; in DoSetIcon()
389 wmHints->flags |= IconMaskHint; in DoSetIcon()
390 wmHints->icon_mask = (Pixmap) icon.GetMask()->GetBitmap(); in DoSetIcon()
393 XSetWMHints(wxGlobalDisplay(), (Window) X11GetMainWindow(), wmHints); in DoSetIcon()
394 XFree(wmHints); in DoSetIcon()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/x11/
H A Dtoplevel.cpp382 XWMHints *wmHints = XAllocWMHints(); in DoSetIcon() local
383 wmHints->icon_pixmap = (Pixmap) icon.GetPixmap(); in DoSetIcon()
385 wmHints->flags = IconPixmapHint; in DoSetIcon()
389 wmHints->flags |= IconMaskHint; in DoSetIcon()
390 wmHints->icon_mask = (Pixmap) icon.GetMask()->GetBitmap(); in DoSetIcon()
393 XSetWMHints(wxGlobalDisplay(), (Window) X11GetMainWindow(), wmHints); in DoSetIcon()
394 XFree(wmHints); in DoSetIcon()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/unix/native/libsplashscreen/
H A Dsplashscreen_sys.c273 splash->wmHints = XAllocWMHints(); in SplashCreateWindow()
274 if (splash->wmHints) { in SplashCreateWindow()
275 splash->wmHints->flags = InputHint | StateHint; in SplashCreateWindow()
276 splash->wmHints->input = False; in SplashCreateWindow()
277 splash->wmHints->initial_state = NormalState; in SplashCreateWindow()
278 XSetWMHints(splash->display, splash->window, splash->wmHints); in SplashCreateWindow()
542 if (splash->wmHints) in SplashDonePlatform()
543 XFree(splash->wmHints); in SplashDonePlatform()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/unix/native/libsplashscreen/
H A Dsplashscreen_sys.c273 splash->wmHints = XAllocWMHints(); in SplashCreateWindow()
274 if (splash->wmHints) { in SplashCreateWindow()
275 splash->wmHints->flags = InputHint | StateHint; in SplashCreateWindow()
276 splash->wmHints->input = False; in SplashCreateWindow()
277 splash->wmHints->initial_state = NormalState; in SplashCreateWindow()
278 XSetWMHints(splash->display, splash->window, splash->wmHints); in SplashCreateWindow()
543 if (splash->wmHints) in SplashDonePlatform()
544 XFree(splash->wmHints); in SplashDonePlatform()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/unix/native/libsplashscreen/
H A Dsplashscreen_sys.c273 splash->wmHints = XAllocWMHints(); in SplashCreateWindow()
274 if (splash->wmHints) { in SplashCreateWindow()
275 splash->wmHints->flags = InputHint | StateHint; in SplashCreateWindow()
276 splash->wmHints->input = False; in SplashCreateWindow()
277 splash->wmHints->initial_state = NormalState; in SplashCreateWindow()
278 XSetWMHints(splash->display, splash->window, splash->wmHints); in SplashCreateWindow()
542 if (splash->wmHints) in SplashDonePlatform()
543 XFree(splash->wmHints); in SplashDonePlatform()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/solaris/native/sun/awt/splashscreen/
H A Dsplashscreen_sys.c272 splash->wmHints = XAllocWMHints(); in SplashCreateWindow()
273 if (splash->wmHints) { in SplashCreateWindow()
274 splash->wmHints->flags = InputHint | StateHint; in SplashCreateWindow()
275 splash->wmHints->input = False; in SplashCreateWindow()
276 splash->wmHints->initial_state = NormalState; in SplashCreateWindow()
277 XSetWMHints(splash->display, splash->window, splash->wmHints); in SplashCreateWindow()
541 if (splash->wmHints) in SplashDonePlatform()
542 XFree(splash->wmHints); in SplashDonePlatform()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/unix/native/libsplashscreen/
H A Dsplashscreen_sys.c273 splash->wmHints = XAllocWMHints(); in SplashCreateWindow()
274 if (splash->wmHints) { in SplashCreateWindow()
275 splash->wmHints->flags = InputHint | StateHint; in SplashCreateWindow()
276 splash->wmHints->input = False; in SplashCreateWindow()
277 splash->wmHints->initial_state = NormalState; in SplashCreateWindow()
278 XSetWMHints(splash->display, splash->window, splash->wmHints); in SplashCreateWindow()
542 if (splash->wmHints) in SplashDonePlatform()
543 XFree(splash->wmHints); in SplashDonePlatform()

1234