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:
@@ -29,7 +29,7 @@
|
||||
#include <math.h>
|
||||
|
||||
#ifndef PI
|
||||
#define PI 3.131592
|
||||
#define PI 3.141592
|
||||
#endif
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user