aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32term.h
diff options
context:
space:
mode:
authorDmitry Antipov2013-09-09 18:01:02 +0400
committerDmitry Antipov2013-09-09 18:01:02 +0400
commit83fc05543999d2890697f1106eb126e2a535ef0e (patch)
tree445a69050ec0473291e8d162fb7438542713dd0b /src/w32term.h
parentfd462129af606e37146cad265284ff4097051ad8 (diff)
downloademacs-83fc05543999d2890697f1106eb126e2a535ef0e.tar.gz
emacs-83fc05543999d2890697f1106eb126e2a535ef0e.zip
Do not populate pure Xism x_sync to other ports.
* frame.h (x_sync): Move under HAVE_X_WINDOWS. * frame.c (other_visible_frames) [HAVE_X_WINDOWS]: Use as such. * nsfns.m, w32xfns.c (x_sync): Remove no-op. * w32term.h (x_sync): Remove prototype.
Diffstat (limited to 'src/w32term.h')
-rw-r--r--src/w32term.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/w32term.h b/src/w32term.h
index 41c5c71832a..b4818f69aee 100644
--- a/src/w32term.h
+++ b/src/w32term.h
@@ -211,7 +211,6 @@ extern void x_set_window_size (struct frame *f, int change_grav,
211 int cols, int rows); 211 int cols, int rows);
212extern int x_display_pixel_height (struct w32_display_info *); 212extern int x_display_pixel_height (struct w32_display_info *);
213extern int x_display_pixel_width (struct w32_display_info *); 213extern int x_display_pixel_width (struct w32_display_info *);
214extern void x_sync (struct frame *);
215extern Lisp_Object x_get_focus_frame (struct frame *); 214extern Lisp_Object x_get_focus_frame (struct frame *);
216extern void x_set_mouse_position (struct frame *f, int h, int v); 215extern void x_set_mouse_position (struct frame *f, int h, int v);
217extern void x_set_mouse_pixel_position (struct frame *f, int pix_x, int pix_y); 216extern void x_set_mouse_pixel_position (struct frame *f, int pix_x, int pix_y);