diff options
author | corvid <corvid@lavabit.com> | 2008-12-22 08:45:53 -0300 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2008-12-22 08:45:53 -0300 |
commit | a821e0e87480e8b812ab5975c1031d5ee5eb2587 (patch) | |
tree | ebd7bb71dc9924fe3ad777211c02b5c3861a604d /src/menu.cc | |
parent | f608cd336bcdb7019499df122dad986f9548a214 (diff) |
Added some const quialifiers.
Diffstat (limited to 'src/menu.cc')
-rw-r--r-- | src/menu.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/menu.cc b/src/menu.cc index 9b75c422..54babc0b 100644 --- a/src/menu.cc +++ b/src/menu.cc @@ -38,7 +38,7 @@ static DilloUrl *popup_url = NULL; // Weak reference to the popup's bw static BrowserWindow *popup_bw = NULL; // Where to place the filemenu popup -int popup_x, popup_y; +static int popup_x, popup_y; // History popup direction (-1 = back, 1 = forward). static int history_direction = -1; // History popup, list of URL-indexes. |