Home
last modified time | relevance | path

Searched refs:BOINC_WINDOW_CLASS_NAME (Results 1 – 6 of 6) sorted by relevance

/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/api/
H A Dgraphics2_win.cpp38 #define BOINC_WINDOW_CLASS_NAME "BOINC_app" macro
164 window = CreateWindowEx(dwExStyle, BOINC_WINDOW_CLASS_NAME, window_title, in make_window()
347 wc.lpszClassName = BOINC_WINDOW_CLASS_NAME; in reg_win_class()
361 if (!UnregisterClass(BOINC_WINDOW_CLASS_NAME, instance)) { in unreg_win_class()
H A Dwindows_opengl.cpp28 #define BOINC_WINDOW_CLASS_NAME "BOINC_app" macro
146 hWnd = CreateWindowEx(dwExStyle, BOINC_WINDOW_CLASS_NAME, window_title, in make_new_window()
433 wc.lpszClassName = BOINC_WINDOW_CLASS_NAME; // Set The Class Name in reg_win_class()
445 if (!UnregisterClass(BOINC_WINDOW_CLASS_NAME,hInstance)) { in unreg_win_class()
H A Dx_opengl.cpp39 #define BOINC_WINDOW_CLASS_NAME "BOINC_app" macro
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/clientscr/
H A Dscreensaver.cpp309 HWND hBOINCGraphicsWindow = FindWindow(BOINC_WINDOW_CLASS_NAME, NULL); in terminate_v6_screensaver()
313 hBOINCGraphicsWindow = FindWindow(BOINC_WINDOW_CLASS_NAME, NULL); in terminate_v6_screensaver()
H A Dscreensaver_win.h20 #define BOINC_WINDOW_CLASS_NAME _T("BOINC_app") macro
H A Dscreensaver_win.cpp987 hwndBOINCGraphicsWindow = FindWindow(BOINC_WINDOW_CLASS_NAME, NULL); in GraphicsWindowPromotionProc()