diff options
| author | Dmitry Antipov | 2013-09-09 18:01:02 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2013-09-09 18:01:02 +0400 |
| commit | 83fc05543999d2890697f1106eb126e2a535ef0e (patch) | |
| tree | 445a69050ec0473291e8d162fb7438542713dd0b /src/w32term.h | |
| parent | fd462129af606e37146cad265284ff4097051ad8 (diff) | |
| download | emacs-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.h | 1 |
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); |
| 212 | extern int x_display_pixel_height (struct w32_display_info *); | 212 | extern int x_display_pixel_height (struct w32_display_info *); |
| 213 | extern int x_display_pixel_width (struct w32_display_info *); | 213 | extern int x_display_pixel_width (struct w32_display_info *); |
| 214 | extern void x_sync (struct frame *); | ||
| 215 | extern Lisp_Object x_get_focus_frame (struct frame *); | 214 | extern Lisp_Object x_get_focus_frame (struct frame *); |
| 216 | extern void x_set_mouse_position (struct frame *f, int h, int v); | 215 | extern void x_set_mouse_position (struct frame *f, int h, int v); |
| 217 | extern void x_set_mouse_pixel_position (struct frame *f, int pix_x, int pix_y); | 216 | extern void x_set_mouse_pixel_position (struct frame *f, int pix_x, int pix_y); |