diff options
Diffstat (limited to '')
-rw-r--r-- | src/libraries/winFang.edc | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/libraries/winFang.edc b/src/libraries/winFang.edc index 2b409ef..2aa5838 100644 --- a/src/libraries/winFang.edc +++ b/src/libraries/winFang.edc | |||
@@ -20,12 +20,12 @@ collections | |||
20 | part | 20 | part |
21 | { name: "winFang/background"; | 21 | { name: "winFang/background"; |
22 | type: SWALLOW; | 22 | type: SWALLOW; |
23 | mouse_events: 1; | 23 | mouse_events: 0; |
24 | 24 | ||
25 | description | 25 | description |
26 | { state: "default" 0.0; | 26 | { state: "default" 0.0; |
27 | } | 27 | } |
28 | } // winFang/background | 28 | } |
29 | 29 | ||
30 | part | 30 | part |
31 | { name: "winFang/underlay"; | 31 | { name: "winFang/underlay"; |
@@ -35,7 +35,7 @@ collections | |||
35 | description | 35 | description |
36 | { state: "default" 0.0; | 36 | { state: "default" 0.0; |
37 | } | 37 | } |
38 | } // winFang/underlay | 38 | } |
39 | 39 | ||
40 | part | 40 | part |
41 | { name: "winFang/title"; | 41 | { name: "winFang/title"; |
@@ -168,4 +168,3 @@ collections | |||
168 | } | 168 | } |
169 | } | 169 | } |
170 | } | 170 | } |
171 | |||