blob: 414b26925799e6774e96bf9044907c96e99f5aac [file] [log] [blame]
/*
* Copyright 2015 The Native Client Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
NaClTerm.nmf = 'gtk-demo.nmf';
NaClTerm.env = [
'NACL_SPAWN_MODE=embed',
'NACL_EMBED_WIDTH=100%',
'NACL_EMBED_HEIGHT=100%',
'DISPLAY=:42',
];
document.title = 'Gtk+ Demo';