aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann1999-07-21 21:43:52 +0000
committerGerd Moellmann1999-07-21 21:43:52 +0000
commit9ee67259dbef91702b82b938bc9e07891d408d57 (patch)
treedf4a586420577dd092f4089c042f69731ae6bfae /src
parent5500c422569b9824e1e5994f7e584b6d1c146ad8 (diff)
downloademacs-9ee67259dbef91702b82b938bc9e07891d408d57.tar.gz
emacs-9ee67259dbef91702b82b938bc9e07891d408d57.zip
(x_set_font): Don't call face-set-after-frame-default
if faces haven't been initialized. (Fx_create_frame): Call face-set-after-frame-default after faces have been initialized, and widget has been created. (scroll_bar): Add x_widget_low and x_widget_high.
Diffstat (limited to 'src')
-rw-r--r--src/widget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/widget.h b/src/widget.h
index 99edf0971a5..2e53163ba39 100644
--- a/src/widget.h
+++ b/src/widget.h
@@ -96,5 +96,6 @@ extern struct _DisplayContext* display_context;
96 96
97/* Special entrypoints */ 97/* Special entrypoints */
98void EmacsFrameSetCharSize (); 98void EmacsFrameSetCharSize ();
99void widget_store_internal_border P_ ((Widget widget));
99 100
100#endif /* _EmacsFrame_h */ 101#endif /* _EmacsFrame_h */