Skip to content

Commit

Permalink
Update v0.0.24
Browse files Browse the repository at this point in the history
  • Loading branch information
george012 committed Aug 15, 2024
1 parent 808ff83 commit 5629f7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ package config

const (
ProjectName = "fltk_go"
ProjectVersion = "v0.0.23"
ProjectVersion = "v0.0.24"
)
6 changes: 2 additions & 4 deletions window_windows.go
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
//go:build windows

package fltk
package fltk_go

/*
#include "window.h"
*/
import "C"

func (w *Window) RawHandle() uintptr {
func (w *Window) RawHandleWithWin32() uintptr {
return uintptr(C.go_fltk_Window_win32_xid((*C.Fl_Window)(w.ptr())))
}

0 comments on commit 5629f7d

Please sign in to comment.