mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 04:48:06 +01:00
fixed #includes
This commit is contained in:
@@ -36,7 +36,7 @@ in this Software without prior written authorization from the X Consortium.
|
|||||||
#include <X11/Xlib.h>
|
#include <X11/Xlib.h>
|
||||||
#include <X11/Xatom.h>
|
#include <X11/Xatom.h>
|
||||||
#include <X11/Xutil.h>
|
#include <X11/Xutil.h>
|
||||||
#include <X11/Xmu/StdCmap.h>
|
#include "StdCmap.h"
|
||||||
|
|
||||||
|
|
||||||
static Status lookup();
|
static Status lookup();
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ in this Software without prior written authorization from the X Consortium.
|
|||||||
#include <X11/Xlib.h>
|
#include <X11/Xlib.h>
|
||||||
#include <X11/Xatom.h>
|
#include <X11/Xatom.h>
|
||||||
#include <X11/Xutil.h>
|
#include <X11/Xutil.h>
|
||||||
#include <X11/Xmu/StdCmap.h>
|
#include "StdCmap.h"
|
||||||
|
|
||||||
#define lowbit(x) ((x) & (~(x) + 1))
|
#define lowbit(x) ((x) & (~(x) + 1))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user