File: ChangeLog

package info (click to toggle)
gdk-imlib 1.3-3
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 484 kB
  • ctags: 317
  • sloc: ansic: 8,598; makefile: 317; sh: 197
file content (26 lines) | stat: -rw-r--r-- 963 bytes parent folder | download
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
1998-02-17  Federico Mena Quintero  <federico@nuclecu.unam.mx>

	* Makefile.in (install): Make directory for config files.

	* configure.in: Fixed ENL_LIB_SUPPORT function for non-existing libraries.

1998-02-16  Federico Mena Quintero  <federico@nuclecu.unam.mx>

	* misc.c (gdk_imlib_init): I create a colormap specific to the
	visual the base_window will be using.  This fixes BadMatch errors
	on machines with multiple visual/depth combinations.

1998-02-17 The Rasterman <raster@redhat.com>

        * misc.c (gdk_imlib_init) Fixed visual stuff slightly, and Colormap 
	creation (so it only does so if the visual for the default and the 
	chosen visual mismatch), added function calls to retrieve Imlib's 
	visual and Colormap, plus endianess fixes for network displaying.

1998-02-17 The Rasterman <raster@redhat.com>

	added system imrc config return function

1998-02-18 The Rasterman <raster@redhat.com>

	Fixed load.c - missed a not (!) in an if clause