diff options
| author | Juanma Barranquero | 2003-03-31 21:15:51 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2003-03-31 21:15:51 +0000 |
| commit | 6f5a04e1a9ec83f62e7c6e0e1a75e039bf520c4d (patch) | |
| tree | ebb56c0f1549eb7788465618be44fa0546911ad6 /src | |
| parent | a17029208aa8a15ef1c61d6697fd024ab756f70e (diff) | |
| download | emacs-6f5a04e1a9ec83f62e7c6e0e1a75e039bf520c4d.tar.gz emacs-6f5a04e1a9ec83f62e7c6e0e1a75e039bf520c4d.zip | |
(x_wm_set_icon_position): Define return value as void.
Diffstat (limited to 'src')
| -rw-r--r-- | src/w32term.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32term.c b/src/w32term.c index b6ff217a5a7..bd8ebc471ee 100644 --- a/src/w32term.c +++ b/src/w32term.c | |||
| @@ -5939,7 +5939,7 @@ x_wm_set_size_hint (f, flags, user_position) | |||
| 5939 | } | 5939 | } |
| 5940 | 5940 | ||
| 5941 | /* Window manager things */ | 5941 | /* Window manager things */ |
| 5942 | x_wm_set_icon_position (f, icon_x, icon_y) | 5942 | void x_wm_set_icon_position (f, icon_x, icon_y) |
| 5943 | struct frame *f; | 5943 | struct frame *f; |
| 5944 | int icon_x, icon_y; | 5944 | int icon_x, icon_y; |
| 5945 | { | 5945 | { |