diff options
author | Jose Fonseca <jfonseca@vmware.com> | 2016-01-31 23:58:30 +0000 |
---|---|---|
committer | Jose Fonseca <jfonseca@vmware.com> | 2016-03-05 21:43:25 +0000 |
commit | bab1921ca9d30723323a649ac61acf9869adfb34 (patch) | |
tree | 6bd9530fb194a4847a3d3d4bbd7a6030927b0449 /.editorconfig | |
parent | 839a3d8747d329e9fc8d2ae029ae3dd867821d97 (diff) |
dxgitrace: Complete DirectComposition specs.
This addresses https://github.com/apitrace/apitrace/issues/377 , but
even with complete DirectComposition specs, one will stumble into
attempts to use undocumented IID_ID3D11PartnerDevice interface.
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig index f159f373..069ceab9 100644 --- a/.editorconfig +++ b/.editorconfig @@ -21,7 +21,7 @@ trim_trailing_whitespace = false indent_style = space indent_size = 2 -[{Makefile,*.mk}] +[{Makefile,*.mk,*.def}] indent_style = tab indent_size = 8 tab_width = 8 |