[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r108946: * frame.c (get_frame_param):
From: |
Andreas Schwab |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r108946: * frame.c (get_frame_param): Define only if HAVE_WINDOW_SYSTEM. |
Date: |
Sat, 07 Jul 2012 23:39:23 +0200 |
User-agent: |
Bazaar (2.5.0) |
------------------------------------------------------------
revno: 108946
committer: Andreas Schwab <address@hidden>
branch nick: emacs
timestamp: Sat 2012-07-07 23:39:23 +0200
message:
* frame.c (get_frame_param): Define only if HAVE_WINDOW_SYSTEM.
modified:
src/ChangeLog
src/frame.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog 2012-07-07 21:39:23 +0000
+++ b/src/ChangeLog 2012-07-07 21:39:23 +0000
@@ -1,5 +1,7 @@
2012-07-07 Andreas Schwab <address@hidden>
+ * frame.c (get_frame_param): Define only if HAVE_WINDOW_SYSTEM.
+
* lisp.h: Remove empty conditional.
2012-07-07 Paul Eggert <address@hidden>
=== modified file 'src/frame.c'
--- a/src/frame.c 2012-07-07 19:23:41 +0000
+++ b/src/frame.c 2012-07-07 21:39:23 +0000
@@ -1932,6 +1932,7 @@
/* Return the value of frame parameter PROP in frame FRAME. */
+#ifdef HAVE_WINDOW_SYSTEM
#if !HAVE_NS
static
#endif
@@ -1945,6 +1946,7 @@
return tem;
return Fcdr (tem);
}
+#endif
/* Return the buffer-predicate of the selected frame. */
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r108946: * frame.c (get_frame_param): Define only if HAVE_WINDOW_SYSTEM.,
Andreas Schwab <=