view src/xpm_w32.h @ 31986:e0e1ba7daaf4 v9.0.1325

patch 9.0.1325: 'colorcolumn' highlight wrong with virtual text above Commit: https://github.com/vim/vim/commit/f53e065bce1adff4bff202ed3ba9982ece90b745 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Feb 19 14:16:02 2023 +0000 patch 9.0.1325: 'colorcolumn' highlight wrong with virtual text above Problem: 'colorcolumn' highlight wrong with virtual text above. Solution: Adjust column of 'colorcolumn' for text propertly. (closes https://github.com/vim/vim/issues/12004)
author Bram Moolenaar <Bram@vim.org>
date Sun, 19 Feb 2023 15:30:04 +0100
parents 1a5d34492798
children
line wrap: on
line source

/*
 * Header file for xpm_w32.c
 */

#ifndef XPM_W32__H
int LoadXpmImage(char *filename, HBITMAP *hImage, HBITMAP *hShape);
#endif