File: x_imagelib.h

package info (click to toggle)
mlterm 2.9.4-5
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 16,728 kB
  • ctags: 5,338
  • sloc: ansic: 74,649; sh: 8,532; cpp: 1,451; makefile: 1,126; perl: 496; sed: 16
file content (27 lines) | stat: -rw-r--r-- 744 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/*
 *	$Id: x_imagelib.h,v 1.5 2003/07/05 12:13:03 h_minami Exp $
 */

#ifndef  __X_IMAGELIB_H__
#define  __X_IMAGELIB_H__


#include  "x_window.h"
#include  "x_picture.h"


int  x_imagelib_display_opened( Display *  disp) ;

int  x_imagelib_display_closed( Display *  disp) ;

int  x_imagelib_root_pixmap_available( Display *  disp) ;

Pixmap  x_imagelib_load_file_for_background( x_window_t *  win , char *  file_path , x_picture_modifier_t *  pic_mod) ;

Pixmap  x_imagelib_get_transparent_background( x_window_t *  win , x_picture_modifier_t *  pic_mod) ;

int  x_imagelib_load_file( Display *  display, char *  path, u_int32_t **  cardinal, Pixmap *  pixmap, Pixmap *  mask,
			   unsigned int *  width, unsigned int *   height) ;


#endif