emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r110297: Fix last commit.


From: Eli Zaretskii
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r110297: Fix last commit.
Date: Sun, 30 Sep 2012 23:52:49 +0200
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110297
author: Fabrice Popineau <address@hidden>
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Sun 2012-09-30 23:52:49 +0200
message:
  Fix last commit.
modified:
  src/ChangeLog
  src/w32term.h
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2012-09-30 21:36:42 +0000
+++ b/src/ChangeLog     2012-09-30 21:52:49 +0000
@@ -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.

=== modified file 'src/w32term.h'
--- a/src/w32term.h     2012-09-30 21:36:42 +0000
+++ b/src/w32term.h     2012-09-30 21:52:49 +0000
@@ -201,6 +201,8 @@
 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
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]