From: Fabrice Popineau Date: Sun, 30 Sep 2012 21:52:49 +0000 (+0200) Subject: Fix last commit. X-Git-Tag: emacs-24.2.90~241^2~83 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5e4daaf3face7ed54de7cb3621edb31e16b011ed;p=emacs.git Fix last commit. --- diff --git a/src/ChangeLog b/src/ChangeLog index be6ebd33ea6..96f6eb07cd1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -4,6 +4,7 @@ * w32term.h (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK): Define for x64. (SET_SCROLL_BAR_W32_WINDOW): Cast ID to intptr_t, for compatibility with x64. + (x_get_focus_frame): Add prototype. * w32term.c (w32_draw_underwave): Don't use GCC extensions for defining an XRectangle structure. diff --git a/src/w32term.h b/src/w32term.h index 5cfef5d1dea..fcaccc4d624 100644 --- a/src/w32term.h +++ b/src/w32term.h @@ -201,6 +201,8 @@ extern struct w32_display_info *w32_term_init (Lisp_Object, extern int x_display_pixel_height (struct w32_display_info *); extern int x_display_pixel_width (struct w32_display_info *); +extern Lisp_Object x_get_focus_frame (struct frame *); + #define PIX_TYPE COLORREF