diff options
author | Jorge Arellano Cid <jcid@dillo.org> | 2008-12-20 21:38:05 -0300 |
---|---|---|
committer | Jorge Arellano Cid <jcid@dillo.org> | 2008-12-20 21:38:05 -0300 |
commit | 5e8f91f318ee820c0d5b1f3fcf4f544a77d5ab32 (patch) | |
tree | 16c7c63993ee834107fd5d7931ac62cc64241b04 /src/prefs.h | |
parent | 98c25153adbd82548b67c18f098bb68835bfa329 (diff) |
Ported the command line interface from dillo1 (XID not working yet)
Diffstat (limited to 'src/prefs.h')
-rw-r--r-- | src/prefs.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/prefs.h b/src/prefs.h index ec807f46..a12e5a37 100644 --- a/src/prefs.h +++ b/src/prefs.h @@ -7,6 +7,11 @@ extern "C" { #endif /* __cplusplus */ +#define D_GEOMETRY_DEFAULT_WIDTH 780 +#define D_GEOMETRY_DEFAULT_HEIGHT 580 +#define D_GEOMETRY_DEFAULT_XPOS -9999 +#define D_GEOMETRY_DEFAULT_YPOS -9999 + /* Panel sizes */ enum { P_tiny = 0, P_small, P_medium, P_large }; |