simple ags launcher

This commit is contained in:
do butterflies cry? 2024-11-11 12:29:10 +10:00
parent 8da00fdba9
commit fe1a8564f2
186 changed files with 24097 additions and 335 deletions

View file

@ -0,0 +1,4 @@
import Cairo from 'gi://cairo?version=1.0';
export const dummyRegion = new Cairo.Region();
export const enableClickthrough = (self) => self.input_shape_combine_region(dummyRegion);