1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-02-07 08:45:48 +01:00

- Fixed crashing bug in menu.c

- Updated year from 2002 to 2003
This commit is contained in:
dan
2003-01-16 23:30:45 +00:00
parent f3487c1ea2
commit 4153e2fde4
156 changed files with 250 additions and 226 deletions

View File

@@ -1,8 +1,8 @@
/* color.c - color stuff (rgb -> hsv convertion etc.)
*
* Raster graphics library
* Raster graphics library
*
* Copyright (c) 1998-2002 Alfredo K. Kojima
* Copyright (c) 1998-2003 Alfredo K. Kojima
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public

View File

@@ -1,8 +1,8 @@
/* context.c - X context management
*
* Raster graphics library
* Raster graphics library
*
* Copyright (c) 1997-2002 Alfredo K. Kojima
* Copyright (c) 1997-2003 Alfredo K. Kojima
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public

View File

@@ -1,8 +1,8 @@
/* convert.c - convert RImage to Pixmap
*
* Raster graphics library
* Raster graphics library
*
* Copyright (c) 1997-2002 Alfredo K. Kojima
* Copyright (c) 1997-2003 Alfredo K. Kojima
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public

View File

@@ -1,7 +1,7 @@
/*
* Raster graphics library
* Raster graphics library
*
* Copyright (c) 1997-2002 Alfredo K. Kojima
* Copyright (c) 1997-2003 Alfredo K. Kojima
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public

View File

@@ -1,9 +1,9 @@
/* draw.c - pixel plotting, line drawing
*
* Raster graphics library
* Raster graphics library
*
* Copyright (c) 1998-2002 Dan Pascu
* Copyright (c) 2000-2002 Alfredo K. Kojima
* Copyright (c) 1998-2003 Dan Pascu
* Copyright (c) 2000-2003 Alfredo K. Kojima
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public

View File

@@ -1,8 +1,8 @@
/* gif.c - load GIF image from file
*
* Raster graphics library
* Raster graphics library
*
* Copyright (c) 1998-2002 Alfredo K. Kojima
* Copyright (c) 1998-2003 Alfredo K. Kojima
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public

View File

@@ -1,9 +1,9 @@
/* gradient.c - renders gradients
*
* Raster graphics library
* Raster graphics library
*
* Copyright (c) 1997-2002 Alfredo K. Kojima
* Copyright (c) 1998-2002 Dan Pascu
* Copyright (c) 1997-2003 Alfredo K. Kojima
* Copyright (c) 1998-2003 Dan Pascu
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public

View File

@@ -1,8 +1,8 @@
/* jpeg.c - load JPEG image from file
*
* Raster graphics library
* Raster graphics library
*
* Copyright (c) 1997-2002 Alfredo K. Kojima
* Copyright (c) 1997-2003 Alfredo K. Kojima
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public

View File

@@ -1,8 +1,8 @@
/* load.c - load image from file
*
* Raster graphics library
* Raster graphics library
*
* Copyright (c) 1997-2002 Alfredo K. Kojima
* Copyright (c) 1997-2003 Alfredo K. Kojima
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public

View File

@@ -1,7 +1,7 @@
/*
* Raster graphics library
* Raster graphics library
*
* Copyright (c) 1997-2002 Alfredo K. Kojima
* Copyright (c) 1997-2003 Alfredo K. Kojima
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public

View File

@@ -1,8 +1,8 @@
/* nxpm.c - load "normalized" XPM image
*
* Raster graphics library
* Raster graphics library
*
* Copyright (c) 1997-2002 Alfredo K. Kojima
* Copyright (c) 1997-2003 Alfredo K. Kojima
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public

View File

@@ -1,8 +1,8 @@
/* png.c - load PNG image from file
*
* Raster graphics library
* Raster graphics library
*
* Copyright (c) 1997-2002 Alfredo K. Kojima
* Copyright (c) 1997-2003 Alfredo K. Kojima
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public

View File

@@ -1,8 +1,8 @@
/* ppm.c - load PPM image from file
*
* Raster graphics library
* Raster graphics library
*
* Copyright (c) 1997-2002 Alfredo K. Kojima
* Copyright (c) 1997-2003 Alfredo K. Kojima
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public

View File

@@ -1,8 +1,8 @@
/* raster.c - main and other misc stuff
*
* Raster graphics library
* Raster graphics library
*
* Copyright (c) 1997-2002 Alfredo K. Kojima
* Copyright (c) 1997-2003 Alfredo K. Kojima
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public

View File

@@ -1,8 +1,8 @@
/* rotate.c - image rotation
*
* Raster graphics library
* Raster graphics library
*
* Copyright (c) 2000-2002 Alfredo K. Kojima
* Copyright (c) 2000-2003 Alfredo K. Kojima
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public

View File

@@ -1,8 +1,8 @@
/* save.c - save image to file
*
* Raster graphics library
* Raster graphics library
*
* Copyright (c) 1998-2002 Alfredo K. Kojima
* Copyright (c) 1998-2003 Alfredo K. Kojima
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public

View File

@@ -1,8 +1,8 @@
/* scale.c - image scaling
*
* Raster graphics library
* Raster graphics library
*
* Copyright (c) 1997-2002 Alfredo K. Kojima
* Copyright (c) 1997-2003 Alfredo K. Kojima
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public

View File

@@ -1,8 +1,8 @@
/* tiff.c - load TIFF image from file
*
* Raster graphics library
* Raster graphics library
*
* Copyright (c) 1997-2002 Alfredo K. Kojima
* Copyright (c) 1997-2003 Alfredo K. Kojima
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public

View File

@@ -1,7 +1,7 @@
/*
* Raster graphics library
* Raster graphics library
*
* Copyright (c) 1997-2002 Alfredo K. Kojima
* Copyright (c) 1997-2003 Alfredo K. Kojima
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public

View File

@@ -1,8 +1,8 @@
/* x86_convert.c - convert RImage to XImage with x86 optimizations
*
* Raster graphics library
* Raster graphics library
*
* Copyright (c) 2000-2002 Alfredo K. Kojima
* Copyright (c) 2000-2003 Alfredo K. Kojima
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public

View File

@@ -1,8 +1,8 @@
/* xpixmap.c - Make RImage from Pixmap or XImage
*
* Raster graphics library
* Raster graphics library
*
* Copyright (c) 1997-2002 Alfredo K. Kojima
* Copyright (c) 1997-2003 Alfredo K. Kojima
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public

View File

@@ -1,8 +1,8 @@
/* xpm.c - load XPM image from file
*
* Raster graphics library
* Raster graphics library
*
* Copyright (c) 1997-2002 Alfredo K. Kojima
* Copyright (c) 1997-2003 Alfredo K. Kojima
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public

View File

@@ -1,8 +1,8 @@
/* xutil.c - utility functions for X
*
* Raster graphics library
* Raster graphics library
*
* Copyright (c) 1997-2002 Alfredo K. Kojima
* Copyright (c) 1997-2003 Alfredo K. Kojima
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public