Mercurial > hg > xemacs-beta
diff src/glyphs.c @ 430:a5df635868b2 r21-2-23
Import from CVS: tag r21-2-23
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:29:08 +0200 |
parents | 3ecd8885ac67 |
children | 9d177e8d4150 |
line wrap: on
line diff
--- a/src/glyphs.c Mon Aug 13 11:28:16 2007 +0200 +++ b/src/glyphs.c Mon Aug 13 11:29:08 2007 +0200 @@ -1609,6 +1609,8 @@ if (!HAS_DEVMETH_P (XDEVICE (device), colorize_image_instance)) return image_instance; + /* #### There should be a copy_image_instance(), which calls a + device-specific method to copy the window-system subobject. */ new = allocate_image_instance (device); copy_lcrecord (XIMAGE_INSTANCE (new), XIMAGE_INSTANCE (image_instance)); /* note that if this method returns non-zero, this method MUST