aboutsummaryrefslogtreecommitdiffstats
path: root/src/termhooks.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/termhooks.h')
-rw-r--r--src/termhooks.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/termhooks.h b/src/termhooks.h
index 54f09e03033..0962add0817 100644
--- a/src/termhooks.h
+++ b/src/termhooks.h
@@ -741,6 +741,15 @@ struct terminal
741 const char *name, 741 const char *name,
742 const char *class); 742 const char *class);
743 743
744 /* Image hooks */
745#ifdef HAVE_WINDOW_SYSTEM
746 /* Free the pixmap PIXMAP on F. */
747 void (*free_pixmap) (struct frame *f, Pixmap pixmap);
748
749#endif
750
751 /* Deletion hooks */
752
744 /* Called to delete the device-specific portions of a frame that is 753 /* Called to delete the device-specific portions of a frame that is
745 on this terminal device. */ 754 on this terminal device. */
746 void (*delete_frame_hook) (struct frame *); 755 void (*delete_frame_hook) (struct frame *);