Changes to qemacs/display.h
Charlie Gordon <[email protected]>
| Newsgroups | gmane.editors.qemacs.devel |
|---|---|
| Message-ID | <[email protected]> |
Index: qemacs/display.h
diff -u qemacs/display.h:1.2 qemacs/display.h:1.3
--- qemacs/display.h:1.2 Thu May 5 17:21:54 2005
+++ qemacs/display.h Mon May 9 02:17:47 2005
@@ -102,6 +102,7 @@
int x, int y, int w, int h);
void (*dpy_selection_activate)(QEditScreen *s);
void (*dpy_selection_request)(QEditScreen *s);
+ void (*dpy_invalidate)(void);
/* bitmap support */
int (*dpy_bmp_alloc)(QEditScreen *s, QEBitmap *b);
void (*dpy_bmp_free)(QEditScreen *s, QEBitmap *b);