Home
last modified time | relevance | path

Searched refs:HWND_DESKTOP (Results 1 – 25 of 644) sorted by relevance

12345678910>>...26

/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/os2/
H A Dcursor.cpp78 pRefData->m_hCursor = (WXHCURSOR) ::WinCreatePointer( HWND_DESKTOP in wxCursor()
99 pRefData->m_hCursor = (WXHCURSOR) ::WinLoadPointer( HWND_DESKTOP in wxCursor()
181 pRefData->m_hCursor = (WXHCURSOR) ::WinLoadPointer( HWND_DESKTOP in InitFromStock()
188 pRefData->m_hCursor = (WXHCURSOR) ::WinLoadPointer( HWND_DESKTOP in InitFromStock()
195 pRefData->m_hCursor = (WXHCURSOR) ::WinLoadPointer( HWND_DESKTOP in InitFromStock()
202 pRefData->m_hCursor = (WXHCURSOR) ::WinLoadPointer( HWND_DESKTOP in InitFromStock()
244 pRefData->m_hCursor = (WXHCURSOR) ::WinLoadPointer( HWND_DESKTOP in InitFromStock()
251 pRefData->m_hCursor = (WXHCURSOR) ::WinLoadPointer( HWND_DESKTOP in InitFromStock()
258 pRefData->m_hCursor = (WXHCURSOR) ::WinLoadPointer( HWND_DESKTOP in InitFromStock()
265 pRefData->m_hCursor = (WXHCURSOR) ::WinLoadPointer( HWND_DESKTOP in InitFromStock()
[all …]
H A Dsettings.cpp196 vRef = (ULONG)::WinQuerySysColor( HWND_DESKTOP, in GetColour()
292 return ::WinQuerySysValue(HWND_DESKTOP,SV_CXSCREEN); in GetMetric()
294 return ::WinQuerySysValue(HWND_DESKTOP,SV_CYSCREEN); in GetMetric()
302 return ::WinQuerySysValue(HWND_DESKTOP,SV_CYHSCROLL); in GetMetric()
304 return ::WinQuerySysValue(HWND_DESKTOP,SV_CXVSCROLL); in GetMetric()
H A Dmsgdlg.cpp59 hWnd = HWND_DESKTOP; in IMPLEMENT_CLASS()
98 if (hWnd != HWND_DESKTOP) in IMPLEMENT_CLASS()
109 hWnd = HWND_DESKTOP; in IMPLEMENT_CLASS()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/os2/
H A Dcursor.cpp78 pRefData->m_hCursor = (WXHCURSOR) ::WinCreatePointer( HWND_DESKTOP in wxCursor()
99 pRefData->m_hCursor = (WXHCURSOR) ::WinLoadPointer( HWND_DESKTOP in wxCursor()
181 pRefData->m_hCursor = (WXHCURSOR) ::WinLoadPointer( HWND_DESKTOP in InitFromStock()
188 pRefData->m_hCursor = (WXHCURSOR) ::WinLoadPointer( HWND_DESKTOP in InitFromStock()
195 pRefData->m_hCursor = (WXHCURSOR) ::WinLoadPointer( HWND_DESKTOP in InitFromStock()
202 pRefData->m_hCursor = (WXHCURSOR) ::WinLoadPointer( HWND_DESKTOP in InitFromStock()
244 pRefData->m_hCursor = (WXHCURSOR) ::WinLoadPointer( HWND_DESKTOP in InitFromStock()
251 pRefData->m_hCursor = (WXHCURSOR) ::WinLoadPointer( HWND_DESKTOP in InitFromStock()
258 pRefData->m_hCursor = (WXHCURSOR) ::WinLoadPointer( HWND_DESKTOP in InitFromStock()
265 pRefData->m_hCursor = (WXHCURSOR) ::WinLoadPointer( HWND_DESKTOP in InitFromStock()
[all …]
H A Dsettings.cpp196 vRef = (ULONG)::WinQuerySysColor( HWND_DESKTOP, in GetColour()
292 return ::WinQuerySysValue(HWND_DESKTOP,SV_CXSCREEN); in GetMetric()
294 return ::WinQuerySysValue(HWND_DESKTOP,SV_CYSCREEN); in GetMetric()
302 return ::WinQuerySysValue(HWND_DESKTOP,SV_CYHSCROLL); in GetMetric()
304 return ::WinQuerySysValue(HWND_DESKTOP,SV_CXVSCROLL); in GetMetric()
H A Dmsgdlg.cpp59 hWnd = HWND_DESKTOP; in IMPLEMENT_CLASS()
98 if (hWnd != HWND_DESKTOP) in IMPLEMENT_CLASS()
109 hWnd = HWND_DESKTOP; in IMPLEMENT_CLASS()
H A Dnativdlg.cpp58 hWndOwner = HWND_DESKTOP; in LoadNativeDialog()
63 m_hWnd = ::WinLoadDlg( HWND_DESKTOP in LoadNativeDialog()
104 hWndOwner = HWND_DESKTOP; in LoadNativeDialog()
108 m_hWnd = ::WinLoadDlg( HWND_DESKTOP in LoadNativeDialog()
/dports/devel/sdl20/SDL2-2.0.18/src/video/os2/
H A DSDL_os2mouse.c33 ULONG ulMaxW = WinQuerySysValue(HWND_DESKTOP, SV_CXPOINTER); in OS2_CreateCursor()
34 ULONG ulMaxH = WinQuerySysValue(HWND_DESKTOP, SV_CYPOINTER); in OS2_CreateCursor()
85 hptr = WinQuerySysPointer(HWND_DESKTOP, lSysId, in OS2_CreateSystemCursor()
116 WinSetPointer(HWND_DESKTOP, hptrCursor))? 0 : -1; in OS2_ShowCursor()
126 WinMapWindowPoints(pWinData->hwnd, HWND_DESKTOP, &pointl, 1); in OS2_WarpMouse()
128 WinSetPointerPos(HWND_DESKTOP, pointl.x, pointl.y); in OS2_WarpMouse()
133 WinSetPointerPos(HWND_DESKTOP, x, in OS2_WarpMouseGlobal()
149 WinQueryPointerPos(HWND_DESKTOP, &pointl); in OS2_GetGlobalMouseState()
151 *y = WinQuerySysValue(HWND_DESKTOP, SV_CYSCREEN) - pointl.y - 1; in OS2_GetGlobalMouseState()
154 if (WinGetKeyState(HWND_DESKTOP, VK_BUTTON2) & 0x8000) in OS2_GetGlobalMouseState()
[all …]
/dports/x11/controllermap/SDL2-2.0.18/src/video/os2/
H A DSDL_os2mouse.c33 ULONG ulMaxW = WinQuerySysValue(HWND_DESKTOP, SV_CXPOINTER); in OS2_CreateCursor()
34 ULONG ulMaxH = WinQuerySysValue(HWND_DESKTOP, SV_CYPOINTER); in OS2_CreateCursor()
85 hptr = WinQuerySysPointer(HWND_DESKTOP, lSysId, in OS2_CreateSystemCursor()
116 WinSetPointer(HWND_DESKTOP, hptrCursor))? 0 : -1; in OS2_ShowCursor()
126 WinMapWindowPoints(pWinData->hwnd, HWND_DESKTOP, &pointl, 1); in OS2_WarpMouse()
128 WinSetPointerPos(HWND_DESKTOP, pointl.x, pointl.y); in OS2_WarpMouse()
133 WinSetPointerPos(HWND_DESKTOP, x, in OS2_WarpMouseGlobal()
149 WinQueryPointerPos(HWND_DESKTOP, &pointl); in OS2_GetGlobalMouseState()
151 *y = WinQuerySysValue(HWND_DESKTOP, SV_CYSCREEN) - pointl.y - 1; in OS2_GetGlobalMouseState()
154 if (WinGetKeyState(HWND_DESKTOP, VK_BUTTON2) & 0x8000) in OS2_GetGlobalMouseState()
[all …]
/dports/multimedia/vapoursynth-l-smash-works/L-SMASH-Works-0.0-940-g198cc78/AviUtl/
H A Dlwdumper.c42 MessageBox( HWND_DESKTOP, temp, "lwmuxer", uType ); \
205 … MessageBox( HWND_DESKTOP, "Failed to open an input file.", "lwdumper", MB_ICONERROR | MB_OK ); in func_WndProc()
212 …MessageBox( HWND_DESKTOP, "Failed to decide the output file format.", "lwdumper", MB_ICONERROR | M… in func_WndProc()
218 … MessageBox( HWND_DESKTOP, "Failed to add a file into a ROOT.", "lwdumper", MB_ICONERROR | MB_OK ); in func_WndProc()
223 MessageBox( HWND_DESKTOP, "Failed to read a file.", "lwdumper", MB_ICONERROR | MB_OK ); in func_WndProc()
231 … MessageBox( HWND_DESKTOP, "Failed to dump the box structure.", "lwdumper", MB_ICONERROR | MB_OK ); in func_WndProc()
241 … MessageBox( HWND_DESKTOP, "Failed to get video track_ID.", "lwdumper", MB_ICONERROR | MB_OK ); in func_WndProc()
247 … MessageBox( HWND_DESKTOP, "Failed to get video timescale.", "lwdumper", MB_ICONERROR | MB_OK ); in func_WndProc()
252 … MessageBox( HWND_DESKTOP, "Failed to construct timeline.", "lwdumper", MB_ICONERROR | MB_OK ); in func_WndProc()
259 … MessageBox( HWND_DESKTOP, "Failed to get media timestamps.", "lwdumper", MB_ICONERROR | MB_OK ); in func_WndProc()
[all …]
H A Dlwmuxer.c54 MessageBox( HWND_DESKTOP, temp, "lwmuxer", uType ); \
62 MessageBox( HWND_DESKTOP, temp, "lwmuxer", uType ); \
1036 … MessageBox( HWND_DESKTOP, "Failed to get sample delta.", "lwmuxer", MB_ICONERROR | MB_OK ); in open_output_file()
1050 …MessageBox( HWND_DESKTOP, "Failed to get CTS from an input track.", "lwmuxer", MB_ICONERROR | MB_O… in open_output_file()
1209 … MessageBox( HWND_DESKTOP, "Failed to get a sample.", "lwmuxer", MB_ICONERROR | MB_OK ); in do_mux()
1230 … MessageBox( HWND_DESKTOP, "Failed to get sample delta.", "lwmuxer", MB_ICONERROR | MB_OK ); in do_mux()
1290 MessageBox( HWND_DESKTOP, "Failed to flush samples.", "lwmuxer", MB_ICONERROR | MB_OK ); in do_mux()
1355 … MessageBox( HWND_DESKTOP, "Failed to open the chapter file.", "lwmuxer", MB_ICONERROR | MB_OK ); in validate_chapter()
1365 … MessageBox( HWND_DESKTOP, "The chapter file is malformed.", "lwmuxer", MB_ICONERROR | MB_OK ); in validate_chapter()
1368 … MessageBox( HWND_DESKTOP, "Failed to read the chapter file.", "lwmuxer", MB_ICONERROR | MB_OK ); in validate_chapter()
[all …]
/dports/games/xkoules/koules1.4/os2dive/
H A Dpm_main.h47 #define GetSnapWidth(x) ((x)+2*WinQuerySysValue(HWND_DESKTOP,SV_CXSIZEBORDER))
49 +2*WinQuerySysValue(HWND_DESKTOP, SV_CYSIZEBORDER)\
50 +2*WinQuerySysValue(HWND_DESKTOP, SV_CYBORDER) \
51 +WinQuerySysValue(HWND_DESKTOP, SV_CYMENU) \
52 +WinQuerySysValue(HWND_DESKTOP, SV_CYTITLEBAR))
H A Dpm_main.c80 WinSetPointer (HWND_DESKTOP, NULLHANDLE); in vgaAppWindowProc()
133 WinQuerySysValue (HWND_DESKTOP, SV_CYSIZEBORDER) * 2; in vgaAppWindowProc()
135 WinQuerySysValue (HWND_DESKTOP, SV_CYBORDER) * 2; in vgaAppWindowProc()
137 WinQuerySysValue (HWND_DESKTOP, SV_CYMENU); in vgaAppWindowProc()
139 WinQuerySysValue (HWND_DESKTOP, SV_CYTITLEBAR); in vgaAppWindowProc()
141 WinQuerySysValue (HWND_DESKTOP, SV_CXSIZEBORDER) * 2; in vgaAppWindowProc()
H A Dinit.c169 if (WinDlgBox (HWND_DESKTOP, HWND_DESKTOP, DlgProc, in main()
279 WinSetWindowPos (hwnd, HWND_DESKTOP, in DlgProc()
280 (USHORT) ((WinQuerySysValue (HWND_DESKTOP, SV_CXSCREEN) - swp.cx) / 2), in DlgProc()
281 (USHORT) ((WinQuerySysValue (HWND_DESKTOP, SV_CYSCREEN) - swp.cy) / 2), in DlgProc()
285 WinFocusChange (HWND_DESKTOP, hwnd, 0L); in DlgProc()
H A Dnewbutton.c68 hIcon[0] = WinLoadPointer(HWND_DESKTOP, 0, ID_KOULES); in NewBtnWndProc()
69 hIcon[1] = WinLoadPointer(HWND_DESKTOP, 0, ID_KOULES2); in NewBtnWndProc()
83 WinSetFocus (HWND_DESKTOP, hwnd) ; in NewBtnWndProc()
84 WinSetCapture (HWND_DESKTOP, hwnd) ; in NewBtnWndProc()
115 WinSetCapture (HWND_DESKTOP, NULLHANDLE) ; in NewBtnWndProc()
/dports/print/hp2xx/hp2xx-3.4.4/sources/
H A Dto_pm.c221 hwndFrame = WinCreateStdWindow(HWND_DESKTOP, in win_open()
227 scr_width = WinQuerySysValue(HWND_DESKTOP, SV_CXSCREEN); in win_open()
228 scr_height = WinQuerySysValue(HWND_DESKTOP, SV_CYSCREEN); in win_open()
230 cx_frame = WinQuerySysValue(HWND_DESKTOP, SV_CXBORDER) << 1; in win_open()
231 cy_frame = (WinQuerySysValue(HWND_DESKTOP, SV_CYBORDER) << 1) + in win_open()
232 WinQuerySysValue(HWND_DESKTOP, SV_CYTITLEBAR); in win_open()
241 x - WinQuerySysValue(HWND_DESKTOP, in win_open()
248 WinQuerySysPointer(HWND_DESKTOP, SPTR_APPICON, FALSE), in win_open()
/dports/print/hp2xx/hp2xx-3.4.4/old/
H A Dto_pm.c199 hwndFrame = WinCreateStdWindow(HWND_DESKTOP, in win_open()
205 scr_width = WinQuerySysValue (HWND_DESKTOP, SV_CXSCREEN); in win_open()
206 scr_height = WinQuerySysValue (HWND_DESKTOP, SV_CYSCREEN); in win_open()
208 cx_frame = WinQuerySysValue (HWND_DESKTOP, SV_CXBORDER) << 1; in win_open()
209 cy_frame = ( WinQuerySysValue (HWND_DESKTOP, SV_CYBORDER) << 1 ) + in win_open()
210 WinQuerySysValue (HWND_DESKTOP, SV_CYTITLEBAR); in win_open()
220 x - WinQuerySysValue (HWND_DESKTOP, SV_CXBORDER) + 1, in win_open()
226 WinQuerySysPointer(HWND_DESKTOP, SPTR_APPICON, FALSE), in win_open()
/dports/games/sarien/sarien-0.7.0/src/graphics/dive/
H A Ddive.c74 x_screen = WinQuerySysValue(HWND_DESKTOP, SV_CXSCREEN); in dive_init_vidmode()
75 y_screen = WinQuerySysValue(HWND_DESKTOP, SV_CYSCREEN); in dive_init_vidmode()
76 x_border = WinQuerySysValue(HWND_DESKTOP, SV_CXSIZEBORDER); in dive_init_vidmode()
77 y_border = WinQuerySysValue(HWND_DESKTOP, SV_CYSIZEBORDER); in dive_init_vidmode()
78 title_size = WinQuerySysValue(HWND_DESKTOP, SV_CYTITLEBAR); in dive_init_vidmode()
89 hwndframe = WinCreateStdWindow (HWND_DESKTOP, 0, &flags, ClientClass, in dive_init_vidmode()
/dports/devel/sdl12/SDL-1.2.15/src/video/os2fslib/
H A DSDL_os2fslib.c105 WinLockWindowUpdate(HWND_DESKTOP, HWND_DESKTOP); \
129 WinQueryWindowPos(HWND_DESKTOP, &swpDesktop); in SetAccessableWindowPos()
726 WinSetPointer(HWND_DESKTOP, WinQuerySysPointer(HWND_DESKTOP, SPTR_ARROW, FALSE)); in WndProc()
751 WinSetPointer(HWND_DESKTOP, WinQuerySysPointer(HWND_DESKTOP, SPTR_ARROW, FALSE)); in WndProc()
933 WinSetPointerPos(HWND_DESKTOP, in WndProc()
956 WinSetPointer(HWND_DESKTOP, WinQuerySysPointer(HWND_DESKTOP, SPTR_ARROW, FALSE)); in WndProc()
1262 WinSetPointer(HWND_DESKTOP, WinQuerySysPointer(HWND_DESKTOP, SPTR_ARROW, FALSE)); in PMThreadFunc()
1263 WinShowPointer(HWND_DESKTOP, TRUE); in PMThreadFunc()
1477 WinSetPointer(HWND_DESKTOP, FALSE); in os2fslib_ShowWMCursor()
1509 WinSetPointerPos(HWND_DESKTOP, lx, ly); in os2fslib_WarpWMCursor()
[all …]
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/os2/
H A DI_dive.c139 WinMapWindowPoints( this->hwndFrame, HWND_DESKTOP, &pointl, 1); in WindowSetBlit()
201 WinMessageBox( HWND_DESKTOP, HWND_DESKTOP, in InitDIVE()
208 WinMessageBox( HWND_DESKTOP, HWND_DESKTOP, in InitDIVE()
217 WinMessageBox( HWND_DESKTOP, HWND_DESKTOP, in InitDIVE()
269 WinMessageBox( HWND_DESKTOP, HWND_DESKTOP, in InitDIVE()
283 WinMessageBox( HWND_DESKTOP, HWND_DESKTOP, in InitDIVE()
/dports/multimedia/vlc/vlc-3.0.16/modules/gui/skins2/os2/
H A Dos2_loop.cpp154 WinQueryPointerPos( HWND_DESKTOP, &ptl ); in processEvent()
170 WinSetCapture( HWND_DESKTOP, hwnd ); in processEvent()
179 WinSetCapture( HWND_DESKTOP, hwnd ); in processEvent()
188 WinSetCapture( HWND_DESKTOP, NULLHANDLE ); in processEvent()
197 WinSetCapture( HWND_DESKTOP, NULLHANDLE ); in processEvent()
206 WinSetCapture( HWND_DESKTOP, NULLHANDLE ); in processEvent()
215 WinSetCapture( HWND_DESKTOP, NULLHANDLE ); in processEvent()
H A Dos2_factory.cpp76 HENUM henum = WinBeginEnumWindows( HWND_DESKTOP ); in OS2FrameProc()
193 m_hParentWindow = WinCreateStdWindow( HWND_DESKTOP, in init()
356 return WinQuerySysValue( HWND_DESKTOP, SV_CXSCREEN ); in getScreenWidth()
362 return WinQuerySysValue( HWND_DESKTOP, SV_CYSCREEN ); in getScreenHeight()
400 WinQueryPointerPos( HWND_DESKTOP, &ptl ); in getMousePos()
420 HPOINTER hptr = WinQuerySysPointer( HWND_DESKTOP, id, FALSE ); in changeCursor()
421 WinSetPointer( HWND_DESKTOP, hptr ); in changeCursor()
/dports/print/freetype/freetype-1.3.1/contrib/ftos2/ifi/
H A Dftmem.c138 WinMessageBox(HWND_DESKTOP, HWND_DESKTOP, in main()
145 WinMessageBox(HWND_DESKTOP, HWND_DESKTOP, in main()
156 hwndFrame = WinCreateStdWindow(HWND_DESKTOP, in main()
/dports/editors/fte/fte/src/
H A Dg_pm.cpp665 WinAlarm(HWND_DESKTOP, WA_NOTE); in DoChoice()
1620 WinMessageBox(HWND_DESKTOP, HWND_DESKTOP, in AVIOWndProc()
1655 WinMessageBox(HWND_DESKTOP, HWND_DESKTOP, in AVIOWndProc()
1666 WinMessageBox(HWND_DESKTOP, HWND_DESKTOP, in AVIOWndProc()
1694 WinMessageBox(HWND_DESKTOP, HWND_DESKTOP, in AVIOWndProc()
1702 WinMessageBox(HWND_DESKTOP, HWND_DESKTOP, in AVIOWndProc()
1710 WinMessageBox(HWND_DESKTOP, HWND_DESKTOP, in AVIOWndProc()
1719 WinMessageBox(HWND_DESKTOP, HWND_DESKTOP, in AVIOWndProc()
1728 WinMessageBox(HWND_DESKTOP, HWND_DESKTOP, in AVIOWndProc()
1757 WinMessageBox(HWND_DESKTOP, HWND_DESKTOP, in AVIOWndProc()
[all …]
/dports/games/openttd/openttd-12.1/src/os/os2/
H A Dos2.cpp148 …rc = WinMessageBox(HWND_DESKTOP, HWND_DESKTOP, (const unsigned char *)str, (const unsigned char *)…
165 …rc = WinMessageBox(HWND_DESKTOP, HWND_DESKTOP, (const unsigned char *)buf, (const unsigned char *)…

12345678910>>...26