ELinks 0.18.0
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "elinks.h"
#include "document/view.h"
#include "js/ecmascript.h"
#include "js/mujs.h"
#include "js/mujs/screen.h"
#include "js/mujs/window.h"
#include "session/session.h"
#include "viewer/text/vs.h"
Functions | |
static void | mjs_screen_get_property_availHeight (js_State *J) |
static void | mjs_screen_get_property_availWidth (js_State *J) |
static void | mjs_screen_get_property_height (js_State *J) |
static void | mjs_screen_get_property_width (js_State *J) |
static void | mjs_screen_toString (js_State *J) |
int | mjs_screen_init (js_State *J) |
|
static |
|
static |
|
static |
|
static |
int mjs_screen_init | ( | js_State * | J | ) |
|
static |