Add RaiseWindow request

This commit is contained in:
Santiago Gimeno 2012-08-06 10:40:44 +02:00
parent 7312baef09
commit 6822d759f0

View file

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