mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-03 02:19:43 +08:00
18 lines
249 B
Go
18 lines
249 B
Go
package ffenestri
|
|
|
|
/*
|
|
#cgo linux CFLAGS: -DFFENESTRI_LINUX=1
|
|
#cgo linux pkg-config: gtk+-3.0 webkit2gtk-4.0
|
|
|
|
|
|
#include "ffenestri.h"
|
|
#include "ffenestri_linux.h"
|
|
|
|
*/
|
|
import "C"
|
|
|
|
func (a *Application) processPlatformSettings() error {
|
|
|
|
return nil
|
|
}
|