Mercurial > hg > xemacs-beta
comparison src/console-x.h @ 4962:e813cf16c015
merge
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Mon, 01 Feb 2010 05:29:05 -0600 |
parents | 19a72041c5ed b3ce27ca7647 |
children | cbe181529c34 |
comparison
equal
deleted
inserted
replaced
4961:b90f8cf474e0 | 4962:e813cf16c015 |
---|---|
135 void x_output_string (struct window *w, struct display_line *dl, | 135 void x_output_string (struct window *w, struct display_line *dl, |
136 Ichar_dynarr *buf, int xpos, int xoffset, | 136 Ichar_dynarr *buf, int xpos, int xoffset, |
137 int start_pixpos, int width, face_index findex, | 137 int start_pixpos, int width, face_index findex, |
138 int cursor, int cursor_start, int cursor_width, | 138 int cursor, int cursor_start, int cursor_width, |
139 int cursor_height); | 139 int cursor_height); |
140 void x_output_x_pixmap (struct frame *f, Lisp_Image_Instance *p, | |
141 int x, int y, int xoffset, int yoffset, | |
142 int width, int height, | |
143 unsigned long fg, unsigned long bg, | |
144 GC override_gc); | |
145 void x_output_shadows (struct frame *f, int x, int y, int width, | |
146 int height, GC top_shadow_gc, | |
147 GC bottom_shadow_gc, GC background_gc, | |
148 int shadow_thickness, int edges); | |
149 void x_generate_shadow_pixels (struct frame *f, | 140 void x_generate_shadow_pixels (struct frame *f, |
150 unsigned long *top_shadow, | 141 unsigned long *top_shadow, |
151 unsigned long *bottom_shadow, | 142 unsigned long *bottom_shadow, |
152 unsigned long background, | 143 unsigned long background, |
153 unsigned long core_background); | 144 unsigned long core_background); |