Searched refs:winT (Results 1 – 7 of 7) sorted by relevance
/dports/graphics/opendx/dx-4.4.4/src/exec/hwrender/opengl/ |
H A D | hwPortOGL.h | 64 WinT *winT; member 87 #define OGLWINT (((tdmOGLctx)_portContext)->winT) 110 WinT *winT; member 133 #define OGLWINT (((tdmOGLctx)_portContext)->winT)
|
/dports/games/mancala/mancala-1.0.3/ |
H A D | xmain.c | 236 fl_set_object_label(frm->winT, ""); in ourInitGame() 252 fl_set_object_label(winner == 0 ? frm->winB : frm->winT, in formHandler()
|
H A D | xform.fd | 768 name: winT
|
/dports/x11-wm/windowmaker/WindowMaker-0.95.9/src/ |
H A D | moveres.c | 910 int winL, winR, winT, winB; /* requested new window position */ in updateWindowPosition() local 929 winT = data->calcY + dy; in updateWindowPosition() 1116 if ((winT - t_edge) < (b_edge - winT)) { in updateWindowPosition() 1118 if ((attract && winT <= t_edge + resist && winT >= t_edge - resist) in updateWindowPosition() 1119 || (dy < 0 && winT <= t_edge && winT >= t_edge - resist)) { in updateWindowPosition() 1125 if (resist > 0 && attract && winT >= b_edge - resist && winT <= b_edge + resist) { in updateWindowPosition()
|
/dports/x11-wm/libwraster/WindowMaker-0.95.9/src/ |
H A D | moveres.c | 910 int winL, winR, winT, winB; /* requested new window position */ in updateWindowPosition() local 929 winT = data->calcY + dy; in updateWindowPosition() 1116 if ((winT - t_edge) < (b_edge - winT)) { in updateWindowPosition() 1118 if ((attract && winT <= t_edge + resist && winT >= t_edge - resist) in updateWindowPosition() 1119 || (dy < 0 && winT <= t_edge && winT >= t_edge - resist)) { in updateWindowPosition() 1125 if (resist > 0 && attract && winT >= b_edge - resist && winT <= b_edge + resist) { in updateWindowPosition()
|
/dports/lang/fpc-source/fpc-3.2.2/packages/rtl-console/src/amicommon/ |
H A D | video.pp | 743 winT: PChar; 751 winT:=PChar(PtrInt(-1)) 753 winT:=PChar(globWinT); 758 SetWindowTitles(VideoWindow, winT, screenT);
|
/dports/lang/fpc-rtl-console/fpc-3.2.2/packages/rtl-console/src/amicommon/ |
H A D | video.pp | 743 winT: PChar; 751 winT:=PChar(PtrInt(-1)) 753 winT:=PChar(globWinT); 758 SetWindowTitles(VideoWindow, winT, screenT);
|