1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-10 07:44:14 +01:00

Small bug fix, and updated for some #defines that were removed.

This commit is contained in:
dan
1999-04-30 02:36:33 +00:00
parent 8f68cfd8cd
commit 99e67c8ed0
4 changed files with 12 additions and 12 deletions

View File

@@ -29,7 +29,7 @@
#include <math.h>
#ifndef PI
#define PI 3.131592
#define PI 3.141592
#endif
#include <assert.h>

View File

@@ -50,7 +50,7 @@
#include <X11/extensions/XShm.h>
#endif
/* RM_MATCH or RM_DITHER */
/* RBestMatchRendering or RDitheredRendering */
#define RC_RenderMode (1<<0)
/* number of colors per channel for colormap in PseudoColor mode */