Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cairo-gtk: Allow opacity & layer (above/below) to be set in viewport …
…config For example, this can be used to set the window to be transparent and always on top: config :hello_scenic_full, :viewport, name: :main_viewport, size: {800, 600}, theme: :dark, default_scene: HelloScenicFull.Scene.Primitives, drivers: [ [ module: Scenic.Driver.Local, name: :local, window: [resizeable: false, title: "hello_scenic_full"], on_close: :stop_system, opacity: 160, layer: 1 ] ]
- Loading branch information