Home
last modified time | relevance | path

Searched refs:clshint (Results 1 – 3 of 3) sorted by relevance

/dports/games/bugsx/bugsx/
H A Dbugsx.c278 XClassHint clshint; local
289 clshint.res_name = myname;
290 clshint.res_class = CLASS_NAME;
303 XSetClassHint(mydisplay, main_win.win, &clshint);
/dports/sysutils/xfsm/xfsm-1.99/
H A Dxfsm.c551 XClassHint clshint; local
563 clshint.res_name = myname;
564 clshint.res_class = CLASS_NAME;
577 XSetClassHint(mydisplay, main_win.win, &clshint);
H A Dutil.c468 XClassHint clshint; local
481 clshint.res_name = "detailWin";
482 clshint.res_class = CLASS_NAME;
501 XSetClassHint(mydisplay, detail_win.win, &clshint);