diff options
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; |