Bug 712630. Add machine-configuration.json. r=jmaher. DONTBUILD

This commit is contained in:
Armen Zambrano Gasparnian 2012-06-07 13:54:14 -04:00
parent 76450a141c
commit 4c1959cf85

View File

@ -0,0 +1,12 @@
{
"win7": {
"screen_resolution": {
"x": 1024,
"y": 768
},
"mouse_position": {
"x": 1010,
"y": 10
}
}
}