(x_set_alpha): Set alpha to -1 if nil given.
[bpt/emacs.git] / src / termopts.h
index ead2aca..681f6ed 100644 (file)
@@ -36,8 +36,8 @@ extern int interrupts_deferred;
 /* Terminal has meta key */
 extern int meta_key;
 
-/* Nonzero means truncate lines in all windows less wide than the frame */
-extern int truncate_partial_width_windows;
+/* Defined in xdisp.c */
+extern Lisp_Object Vtruncate_partial_width_windows;
 
 /* Nonzero means no need to redraw the entire frame on resuming a suspended
    Emacs.  This is useful on terminals with multiple pages, where one page is