view src/xpm_w32.h @ 14017:e88e2a8de4c5 v8.1.0026

patch 8.1.0026: terminal test fails with very tall terminal commit https://github.com/vim/vim/commit/33c5e9fa7af935c61a8aac461b9664c501003440 Author: Bram Moolenaar <Bram@vim.org> Date: Sat May 26 18:58:51 2018 +0200 patch 8.1.0026: terminal test fails with very tall terminal Problem: Terminal test fails with very tall terminal. (Tom) Solution: Fix the terminal window size in the test.
author Christian Brabandt <cb@256bit.org>
date Sat, 26 May 2018 19:00:06 +0200
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