Skip to content

Commit

Permalink
uxtheme.go: add BufferedPaintSetAlpha
Browse files Browse the repository at this point in the history
Updates tailscale/walk#84

Signed-off-by: Aaron Klotz <[email protected]>
  • Loading branch information
dblohm7 committed Aug 20, 2024
1 parent 6580b55 commit cbfe6f6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions uxtheme.go
Original file line number Diff line number Diff line change
Expand Up @@ -508,6 +508,7 @@ type MARGINS struct {

//sys BeginBufferedPaint(hdcTarget HDC, prcTarget *RECT, format BP_BUFFERFORMAT, paintParams *BP_PAINTPARAMS, phdc *HDC) (pb HPAINTBUFFER, err error) [failretval==0] = uxtheme.BeginBufferedPaint
//sys BufferedPaintInit() (ret HRESULT) = uxtheme.BufferedPaintInit
//sys BufferedPaintSetAlpha(paintBuf HPAINTBUFFER, prc *RECT, alpha byte) (ret HRESULT) = uxtheme.BufferedPaintSetAlpha
//sys CloseThemeData(hTheme HTHEME) (ret HRESULT) = uxtheme.CloseThemeData
//sys DrawThemeBackground(hTheme HTHEME, hdc HDC, iPartId int32, iStateId int32, pRect *RECT, pClipRect *RECT) (ret HRESULT) = uxtheme.DrawThemeBackground
//sys DrawThemeParentBackground(hWnd HWND, hdc HDC, prc *RECT) (ret HRESULT) = uxtheme.DrawThemeParentBackground
Expand Down
7 changes: 7 additions & 0 deletions zsyscall_windows.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cbfe6f6

Please sign in to comment.