Home
last modified time | relevance | path

Searched refs:winT (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/opendx/dx-4.4.4/src/exec/hwrender/opengl/
H A DhwPortOGL.h64 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 Dxmain.c236 fl_set_object_label(frm->winT, ""); in ourInitGame()
252 fl_set_object_label(winner == 0 ? frm->winB : frm->winT, in formHandler()
H A Dxform.fd768 name: winT
/dports/x11-wm/windowmaker/WindowMaker-0.95.9/src/
H A Dmoveres.c910 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 Dmoveres.c910 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 Dvideo.pp743 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 Dvideo.pp743 winT: PChar;
751 winT:=PChar(PtrInt(-1))
753 winT:=PChar(globWinT);
758 SetWindowTitles(VideoWindow, winT, screenT);