mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 05:54:08 +00:00
include: windowstr.h: unexport SameBackground() and SamBorder() macros
Not used by any drivers, so no need to keep them public. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Enrico Weigelt
parent
2fe5e2519a
commit
ff8d26df21
@@ -10,6 +10,13 @@
|
||||
#include "include/dix.h"
|
||||
#include "include/window.h"
|
||||
|
||||
#define SameBackground(as, a, bs, b) \
|
||||
((as) == (bs) && ((as) == None || \
|
||||
(as) == ParentRelative || \
|
||||
SamePixUnion(a,b,as == BackgroundPixel)))
|
||||
|
||||
#define SameBorder(as, a, bs, b) EqualPixUnion(as, a, bs, b)
|
||||
|
||||
/*
|
||||
* @brief create a window
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user