diff options
author | David Walter Seikel | 2016-01-21 20:29:45 +1000 |
---|---|---|
committer | David Walter Seikel | 2016-01-21 20:29:45 +1000 |
commit | e77157ca1b62d6e282bfdf17a7f4eb44d9a5ba86 (patch) | |
tree | 2867e76072186b58132ee9d461350c6ed5c744fa /src/libraries | |
parent | Rejig the structure of windows a lot. (diff) | |
download | SledjHamr-e77157ca1b62d6e282bfdf17a7f4eb44d9a5ba86.zip SledjHamr-e77157ca1b62d6e282bfdf17a7f4eb44d9a5ba86.tar.gz SledjHamr-e77157ca1b62d6e282bfdf17a7f4eb44d9a5ba86.tar.bz2 SledjHamr-e77157ca1b62d6e282bfdf17a7f4eb44d9a5ba86.tar.xz |
Random cleanups.
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 | |||