mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +00:00
notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
2c36fc11d3
commit
16debe3cf4
@ -337,6 +337,15 @@ module.ChildProcessPeer = core.ImageGridFeatures.Feature({
|
|||||||
return this.runtime == 'nw' || this.runtime == 'node' },
|
return this.runtime == 'nw' || this.runtime == 'node' },
|
||||||
|
|
||||||
actions: ChildProcessPeerActions,
|
actions: ChildProcessPeerActions,
|
||||||
|
|
||||||
|
handlers: [
|
||||||
|
// XXX check if we are a child and setup communications with the
|
||||||
|
// parent...
|
||||||
|
['start',
|
||||||
|
function(){
|
||||||
|
// XXX
|
||||||
|
}],
|
||||||
|
],
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user