using Gtk 4.0;
using Adw 1;
template $GhosttySurface: Adw.Bin {
Box {
orientation: vertical;
hexpand: true;
GLArea gl_area {
vexpand: true;
}