mirror of
https://gitee.com/energye/energy.git
synced 2024-12-06 05:38:17 +08:00
25 lines
461 B
Go
25 lines
461 B
Go
//----------------------------------------
|
|
//
|
|
// Copyright © yanghy. All Rights Reserved.
|
|
//
|
|
// Licensed under Apache License Version 2.0, January 2004
|
|
//
|
|
// https://www.apache.org/licenses/LICENSE-2.0
|
|
//
|
|
//----------------------------------------
|
|
|
|
//go:build !windows
|
|
// +build !windows
|
|
|
|
package cef
|
|
|
|
// TODO no
|
|
type customWindowCaption struct {
|
|
bw *LCLBrowserWindow
|
|
regions *TCefDraggableRegions
|
|
}
|
|
|
|
func (m *customWindowCaption) free() {
|
|
//TODO no
|
|
}
|