diff options
author | corvid <corvid@lavabit.com> | 2011-04-20 13:54:55 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2011-04-20 13:54:55 +0000 |
commit | 3af2baa213aeb6eadac056a7a4e71da5174a2806 (patch) | |
tree | 46bdbf3764470a305a52041aa61fc56036cfffcb /src | |
parent | d85682a6441876ae1a39b8d8abe1ec7bef39cc6d (diff) |
comment
Diffstat (limited to 'src')
-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 e44d3672..94ab7e37 100644 --- a/src/menu.cc +++ b/src/menu.cc @@ -34,7 +34,7 @@ static DilloUrl *popup_url = NULL; // Weak reference to the popup's bw static BrowserWindow *popup_bw = NULL; static void *popup_form = NULL; -// Where to place the filemenu popup +// Where to place the popup static int popup_x, popup_y; // History popup direction (-1 = back, 1 = forward). static int history_direction = -1; |