Mercurial > emacs
comparison src/widget.c @ 21514:fa9ff387d260
Fix -Wimplicit warnings.
| author | Andreas Schwab <schwab@suse.de> |
|---|---|
| date | Tue, 14 Apr 1998 12:25:56 +0000 |
| parents | 1c7f93c8670b |
| children | bd6d15dc5a10 |
comparison
equal
deleted
inserted
replaced
| 21513:984881b316fc | 21514:fa9ff387d260 |
|---|---|
| 34 #include <stdio.h> | 34 #include <stdio.h> |
| 35 #include "lisp.h" | 35 #include "lisp.h" |
| 36 #include "xterm.h" | 36 #include "xterm.h" |
| 37 | 37 |
| 38 #include "frame.h" | 38 #include "frame.h" |
| 39 #include "window.h" | |
| 39 | 40 |
| 40 #include "dispextern.h" | 41 #include "dispextern.h" |
| 41 #include "blockinput.h" | 42 #include "blockinput.h" |
| 42 | 43 |
| 43 #include <X11/StringDefs.h> | 44 #include <X11/StringDefs.h> |
| 965 for, then the event won't cause the screen to become garbaged, so | 966 for, then the event won't cause the screen to become garbaged, so |
| 966 we have to make sure to do it here. */ | 967 we have to make sure to do it here. */ |
| 967 SET_FRAME_GARBAGED (f); | 968 SET_FRAME_GARBAGED (f); |
| 968 } | 969 } |
| 969 | 970 |
| 971 void | |
| 970 widget_store_internal_border (widget) | 972 widget_store_internal_border (widget) |
| 971 Widget widget; | 973 Widget widget; |
| 972 { | 974 { |
| 973 EmacsFrame ew = (EmacsFrame) widget; | 975 EmacsFrame ew = (EmacsFrame) widget; |
| 974 FRAME_PTR f = ew->emacs_frame.frame; | 976 FRAME_PTR f = ew->emacs_frame.frame; |
