Mercurial > hg > xemacs-beta
comparison src/frame-gtk.c @ 2268:61855263cb07
[xemacs-hg @ 2004-09-14 14:32:29 by james]
Identify functions that don't return, including some DEFUNs.
author | james |
---|---|
date | Tue, 14 Sep 2004 14:33:07 +0000 |
parents | 23d90a805259 |
children | 04bc9d2f42c7 |
comparison
equal
deleted
inserted
replaced
2267:5753220a0f80 | 2268:61855263cb07 |
---|---|
1231 *y = win_y; | 1231 *y = win_y; |
1232 | 1232 |
1233 return (1); | 1233 return (1); |
1234 } | 1234 } |
1235 | 1235 |
1236 static void | 1236 static DECLARE_DOESNT_RETURN (gtk_cant_notify_wm_error (void)); |
1237 gtk_cant_notify_wm_error (void) | 1237 |
1238 static DOESNT_RETURN | |
1239 gtk_cant_notify_wm_error () | |
1238 { | 1240 { |
1239 signal_error (Qgui_error, "Can't notify window manager of iconification", Qunbound); | 1241 signal_error (Qgui_error, "Can't notify window manager of iconification", Qunbound); |
1240 } | 1242 } |
1241 | 1243 |
1242 /* Raise frame F. */ | 1244 /* Raise frame F. */ |