mirror of
https://github.com/X11Libre/xserver.git
synced 2026-01-26 14:03:17 +00:00
compext: replace tabs by whitespaces
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
parent
7b37b0c28b
commit
ec16f09861
@ -133,15 +133,15 @@ ProcCompositeQueryVersion(ClientPtr client)
|
||||
return X_SEND_REPLY_SIMPLE(client, rep);
|
||||
}
|
||||
|
||||
#define VERIFY_WINDOW(pWindow, wid, client, mode) \
|
||||
do { \
|
||||
int err; \
|
||||
err = dixLookupResourceByType((void **) &pWindow, wid, \
|
||||
X11_RESTYPE_WINDOW, client, mode);\
|
||||
if (err != Success) { \
|
||||
client->errorValue = wid; \
|
||||
return err; \
|
||||
} \
|
||||
#define VERIFY_WINDOW(pWindow, wid, client, mode) \
|
||||
do { \
|
||||
int err; \
|
||||
err = dixLookupResourceByType((void **) &pWindow, wid, \
|
||||
X11_RESTYPE_WINDOW, client, mode);\
|
||||
if (err != Success) { \
|
||||
client->errorValue = wid; \
|
||||
return err; \
|
||||
} \
|
||||
} while (0)
|
||||
|
||||
static int
|
||||
|
||||
@ -1,19 +1,19 @@
|
||||
srcs_composite = [
|
||||
'compalloc.c',
|
||||
'compext.c',
|
||||
'compinit.c',
|
||||
'compoverlay.c',
|
||||
'compwindow.c',
|
||||
'compalloc.c',
|
||||
'compext.c',
|
||||
'compinit.c',
|
||||
'compoverlay.c',
|
||||
'compwindow.c',
|
||||
]
|
||||
|
||||
hdrs_composite = [
|
||||
'compositeext.h',
|
||||
'compositeext.h',
|
||||
]
|
||||
|
||||
libxserver_composite = static_library('xserver_composite',
|
||||
srcs_composite,
|
||||
include_directories: inc,
|
||||
dependencies: common_dep,
|
||||
srcs_composite,
|
||||
include_directories: inc,
|
||||
dependencies: common_dep,
|
||||
)
|
||||
|
||||
if build_xorg
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user