mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
dix: make BITMAP_SCANLINE_UNIT private
Not used by any external drivers, so no need to keep it public. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Enrico Weigelt
parent
c696329b93
commit
92a015504e
@@ -29,6 +29,9 @@
|
||||
#include "include/resource.h"
|
||||
#include "include/window.h"
|
||||
|
||||
/* pad scanline to a longword */
|
||||
#define BITMAP_SCANLINE_UNIT 32
|
||||
|
||||
#define LEGAL_NEW_RESOURCE(id,client) \
|
||||
do { \
|
||||
if (!LegalNewID((id), (client))) { \
|
||||
|
||||
Reference in New Issue
Block a user