Home
last modified time | relevance | path

Searched refs:wmHints (Results 26 – 50 of 91) sorted by relevance

1234

/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-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/openjdk17/jdk17u-jdk-17.0.1-12-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/openjdk15/jdk15u-jdk-15.0.6-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/openjdk14/jdk14u-jdk-14.0.2-12-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/openjdk8-jre/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/x11/xwatchwin/xwatchwin/
H A Dxwatchwin.c214 XWMHints *wmHints = XAllocWMHints(); in WatchWindow() local
299 wmHints->initial_state = NormalState; in WatchWindow()
300 wmHints->input = True; in WatchWindow()
301 wmHints->flags = StateHint | InputHint; in WatchWindow()
307 Argv, Argc, sizeHints, wmHints, classHints); in WatchWindow()
317 XFree(wmHints); in WatchWindow()
/dports/science/afni/afni-AFNI_21.3.16/src/SUMA/
H A DSUMA_glxdino.c252 XWMHints *wmHints; in main() local
352 wmHints = XAllocWMHints(); in main()
353 wmHints->initial_state = iconic ? IconicState : NormalState; in main()
354 wmHints->flags = StateHint; in main()
355 XSetWMHints(dpy, win, wmHints); in main()
/dports/vietnamese/x-unikey/x-unikey-1.0.4/src/gui/
H A Dgui.c403 XWMHints *wmHints; in main() local
464 if (!(wmHints = XAllocWMHints())) { in main()
542 wmHints->initial_state = NormalState; in main()
543 wmHints->input = True; in main()
544 wmHints->flags = StateHint | InputHint; in main()
550 argv, argc, sizeHints, wmHints, in main()
/dports/graphics/reallyslick/rss-glx_0.9.1/src/
H A Ddriver.c113 XWMHints wmHints; in createWindow() local
137 wmHints.flags = InputHint; in createWindow()
138 wmHints.input = True; in createWindow()
140 …erties (XStuff->display, XStuff->window, hack_name, hack_name, argv, argc, &hints, &wmHints, NULL); in createWindow()
/dports/x11-clocks/wmclock/dockapps-daaf3aa/
H A Dwmclock.c173 XWMHints wmHints; variable
951 wmHints.initial_state = WithdrawnState; in main()
952 wmHints.icon_window = iconWin; in main()
953 wmHints.icon_x = sizeHints.x; in main()
954 wmHints.icon_y = sizeHints.y; in main()
955 wmHints.window_group = win; in main()
956 wmHints.flags = StateHint | IconWindowHint | IconPositionHint | in main()
958 XSetWMHints(dpy, win, &wmHints); in main()
/dports/science/afni/afni-AFNI_21.3.16/src/SUMA/GLUT/libglut/
H A Dglut_win.c693 XWMHints *wmHints; in glutCreateWindow() local
706 wmHints = XAllocWMHints(); in glutCreateWindow()
707 wmHints->initial_state = in glutCreateWindow()
709 wmHints->flags = StateHint; in glutCreateWindow()
714 &__glutSizeHints, wmHints, NULL); in glutCreateWindow()
716 XFree(wmHints); in glutCreateWindow()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_basics/native/x11/
H A Djuce_linux_XWindowSystem.cpp1343 wmHints->flags = InputHint | StateHint; in createWindow()
1344 wmHints->input = True; in createWindow()
1345 wmHints->initial_state = NormalState; in createWindow()
1347 X11Symbols::getInstance()->xFree (wmHints); in createWindow()
1479 if (wmHints == nullptr) in setIcon()
1482 if (wmHints != nullptr) in setIcon()
1489 X11Symbols::getInstance()->xFree (wmHints); in setIcon()
2688 if ((wmHints->flags & IconPixmapHint) != 0) in deleteIconPixmaps()
2690 wmHints->flags &= ~IconPixmapHint; in deleteIconPixmaps()
2694 if ((wmHints->flags & IconMaskHint) != 0) in deleteIconPixmaps()
[all …]
/dports/x11-toolkits/plib/plib-1.8.5/src/pw/
H A DpwX11.cxx250 XWMHints wmHints ; in pwInit() local
328 wmHints.flags = StateHint; in pwInit()
329 wmHints.initial_state = NormalState ; in pwInit()
349 &sizeHints, &wmHints, NULL ) ; in pwInit()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgViewer/
H A DGraphicsWindowX11.cpp439 } wmHints;
449 wmHints.functions = MWM_FUNC_ALL;
450 wmHints.decorations = MWM_DECOR_ALL;
451 wmHints.inputMode = 0;
452 wmHints.status = 0;
456 …if (_traits.valid() && !_traits->supportsResize) wmHints.functions = wmHints.functions | MWM_FUNC_…
461 wmHints.flags = MWM_HINTS_DECORATIONS;
462 wmHints.functions = 0;
463 wmHints.decorations = 0;
464 wmHints.inputMode = 0;
[all …]
/dports/net/tigervnc-viewer/tigervnc-1.12.0/unix/tx/
H A DTXWindow.cxx282 XWMHints wmHints; in toplevel() local
283 wmHints.flags = InputHint|StateHint; in toplevel()
284 wmHints.input = True; in toplevel()
285 wmHints.initial_state = iconic ? IconicState : NormalState; in toplevel()
291 &sizeHints, &wmHints, &classHint); in toplevel()
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/tx/
H A DTXWindow.cxx282 XWMHints wmHints; in toplevel() local
283 wmHints.flags = InputHint|StateHint; in toplevel()
284 wmHints.input = True; in toplevel()
285 wmHints.initial_state = iconic ? IconicState : NormalState; in toplevel()
291 &sizeHints, &wmHints, &classHint); in toplevel()
/dports/graphics/freeglut/freeglut-3.2.1/src/x11/
H A Dfg_window_x11.c152 XWMHints wmHints; in fgPlatformOpenWindow() local
353 wmHints.flags = StateHint; in fgPlatformOpenWindow()
354 wmHints.initial_state = fgState.ForceIconic ? IconicState : NormalState; in fgPlatformOpenWindow()
366 &wmHints, in fgPlatformOpenWindow()
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/freeglut/src/x11/
H A Dfg_window_x11.c152 XWMHints wmHints; in fgPlatformOpenWindow() local
358 wmHints.flags = StateHint; in fgPlatformOpenWindow()
359 wmHints.initial_state = fgState.ForceIconic ? IconicState : NormalState; in fgPlatformOpenWindow()
371 &wmHints, in fgPlatformOpenWindow()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgViewer/
H A DGraphicsWindowX11.cpp519 } wmHints; in setWindowDecorationImplementation() local
529 wmHints.functions = MWM_FUNC_ALL; in setWindowDecorationImplementation()
530 wmHints.decorations = MWM_DECOR_ALL; in setWindowDecorationImplementation()
531 wmHints.inputMode = 0; in setWindowDecorationImplementation()
532 wmHints.status = 0; in setWindowDecorationImplementation()
536 …if (_traits.valid() && !_traits->supportsResize) wmHints.functions = wmHints.functions | MWM_FUNC_… in setWindowDecorationImplementation()
541 wmHints.flags = MWM_HINTS_DECORATIONS; in setWindowDecorationImplementation()
542 wmHints.functions = 0; in setWindowDecorationImplementation()
543 wmHints.decorations = 0; in setWindowDecorationImplementation()
544 wmHints.inputMode = 0; in setWindowDecorationImplementation()
[all …]
/dports/cad/calculix/CalculiX/glut-3.5/src/
H A Dglut_win.c853 XWMHints *wmHints; in glutCreateWindow() local
872 wmHints = XAllocWMHints(); in glutCreateWindow()
873 wmHints->initial_state = in glutCreateWindow()
875 wmHints->flags = StateHint; in glutCreateWindow()
880 &__glutSizeHints, wmHints, NULL); in glutCreateWindow()
881 XFree(wmHints); in glutCreateWindow()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_basics/native/x11/
H A Djuce_linux_XWindowSystem.cpp1511 wmHints->flags = InputHint | StateHint; in createWindow()
1512 wmHints->input = True; in createWindow()
1513 wmHints->initial_state = NormalState; in createWindow()
1645 if (wmHints == nullptr) in setIcon()
1646 wmHints = makeXFreePtr (X11Symbols::getInstance()->xAllocWMHints()); in setIcon()
1648 if (wmHints != nullptr) in setIcon()
1650 wmHints->flags |= IconPixmapHint | IconMaskHint; in setIcon()
2862 if ((wmHints->flags & IconPixmapHint) != 0) in deleteIconPixmaps()
2864 wmHints->flags &= ~IconPixmapHint; in deleteIconPixmaps()
2868 if ((wmHints->flags & IconMaskHint) != 0) in deleteIconPixmaps()
[all …]
/dports/games/pmars/pmars-0.9.2/src/
H A Dxwindisp.c1516 XWMHints *wmHints; in init_xwin() local
1558 if ((wmHints = XAllocWMHints()) == NULL) in init_xwin()
1638 wmHints->flags = StateHint | InputHint | IconPixmapHint; in init_xwin()
1639 wmHints->initial_state = NormalState; in init_xwin()
1640 wmHints->input = True; in init_xwin()
1641 wmHints->icon_pixmap = XCreateBitmapFromData(display, xwindow, in init_xwin()
1652 xWinArgc, sizeHints, wmHints, classHints); in init_xwin()
/dports/games/pmars-sdl/pmars-0.9.2-5/src/
H A Dxwindisp.c1516 XWMHints *wmHints; in init_xwin() local
1558 if ((wmHints = XAllocWMHints()) == NULL) in init_xwin()
1638 wmHints->flags = StateHint | InputHint | IconPixmapHint; in init_xwin()
1639 wmHints->initial_state = NormalState; in init_xwin()
1640 wmHints->input = True; in init_xwin()
1641 wmHints->icon_pixmap = XCreateBitmapFromData(display, xwindow, in init_xwin()
1652 xWinArgc, sizeHints, wmHints, classHints); in init_xwin()
/dports/x11-wm/piewm/piewm-1.04/
H A Dvdt.c575 XWMHints *wmHints; in MakePanner() local
597 wmHints = XAllocWMHints(); in MakePanner()
598 wmHints->initial_state = Scr->PannerState; in MakePanner()
599 wmHints->flags = StateHint; in MakePanner()
636 sizeHints, wmHints, classHints); in MakePanner()
/dports/lang/io-devel/io-9bfac31d/extras/win32vc2005/freeglut-2.2.0/src/
H A Dfreeglut_window.c258 XWMHints wmHints; in fgOpenWindow() local
425 wmHints.flags = StateHint; in fgOpenWindow()
426 wmHints.initial_state = fgState.ForceIconic ? IconicState : NormalState; in fgOpenWindow()
441 &wmHints, in fgOpenWindow()

1234