mirror of
https://github.com/X11Libre/xserver.git
synced 2026-01-26 05:57:53 +00:00
dri3: replace tabs by spaces
Trivial tiny formatting cleanup. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
parent
aa4fb3584c
commit
b4ff756a48
@ -365,7 +365,7 @@ proc_dri3_get_supported_modifiers(ClientPtr client)
|
||||
pScreen = window->drawable.pScreen;
|
||||
|
||||
dri3_get_supported_modifiers(pScreen, &window->drawable,
|
||||
stuff->depth, stuff->bpp,
|
||||
stuff->depth, stuff->bpp,
|
||||
&nwindowmodifiers, &window_modifiers,
|
||||
&nscreenmodifiers, &screen_modifiers);
|
||||
|
||||
|
||||
@ -1,11 +1,11 @@
|
||||
srcs_dri3 = [
|
||||
'dri3.c',
|
||||
'dri3_request.c',
|
||||
'dri3_screen.c',
|
||||
'dri3.c',
|
||||
'dri3_request.c',
|
||||
'dri3_screen.c',
|
||||
]
|
||||
|
||||
hdrs_dri3 = [
|
||||
'dri3.h',
|
||||
'dri3.h',
|
||||
]
|
||||
|
||||
libxserver_dri3 = []
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user