]> code.delx.au - gnu-emacs/blobdiff - src/w32menu.c
Merge from trunk.
[gnu-emacs] / src / w32menu.c
index ca763b553cf2e38568d3cb0c85770d006a38ab15..c31a8c1fd96d69ba56e0279eb1098bd2a08b1de2 100644 (file)
@@ -33,7 +33,6 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #include "blockinput.h"
 #include "buffer.h"
 #include "charset.h"
-#include "character.h"
 #include "coding.h"
 #include "menu.h"
 
@@ -146,7 +145,7 @@ otherwise it is "Question". */)
       FRAME_PTR new_f = SELECTED_FRAME ();
       Lisp_Object bar_window;
       enum scroll_bar_part part;
-      unsigned long time;
+      Time time;
       Lisp_Object x, y;
 
       (*mouse_position_hook) (&new_f, 1, &bar_window, &part, &x, &y, &time);