]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/windows/dwmapi/dwmapi.factor
factor: rename files that are not loadable on mac, too
[factor.git] / basis / windows / dwmapi / dwmapi.factor
index 1a012939179acbf298cb8088aa46c6d3784f3d0a..7485bf1e6d7e78a0b3de1b7d46476946c8b32ed2 100755 (executable)
@@ -26,9 +26,9 @@ STRUCT: DWM_BLURBEHIND
 
 LIBRARY: dwmapi
 
-FUNCTION: HRESULT DwmExtendFrameIntoClientArea ( HWND hWnd, MARGINS* pMarInset ) ;
-FUNCTION: HRESULT DwmEnableBlurBehindWindow ( HWND hWnd, DWM_BLURBEHIND* pBlurBehind ) ;
-FUNCTION: HRESULT DwmIsCompositionEnabled ( BOOL* pfEnabled ) ;
+FUNCTION: HRESULT DwmExtendFrameIntoClientArea ( HWND hWnd, MARGINS* pMarInset )
+FUNCTION: HRESULT DwmEnableBlurBehindWindow ( HWND hWnd, DWM_BLURBEHIND* pBlurBehind )
+FUNCTION: HRESULT DwmIsCompositionEnabled ( BOOL* pfEnabled )
 
 CONSTANT: WM_DWMCOMPOSITIONCHANGED 0x31E