Merge pull request #13 from santigimeno/master

Add RaiseWindow request
This commit is contained in:
Andrey Sidorov 2012-08-14 04:08:45 -07:00
commit ae26f88a27

View file

@ -244,6 +244,12 @@ module.exports = {
}
],
RaiseWindow: [
function(win) {
return ['CxSLSxxCxxx', [12, 4, win, 64]];
}
],
QueryTree: [
['CxSL', [15, 2]],