mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
Add subWindowMode parameter to SourceValidate
Pass the subWindowMode from the GC/source Picture to SourceValidate. Signed-off-by: Ville Syrjälä <ville.syrjala@nokia.com> Reviewed-by: Daniel Stone <daniel@fooishbar.org> Reviewed-by: Keith Packard <keithp@keithp.com> Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
committed by
Keith Packard
parent
0dede200c9
commit
e41e907b3c
@@ -135,7 +135,8 @@ typedef void (* SourceValidateProcPtr)(
|
||||
int /*x*/,
|
||||
int /*y*/,
|
||||
int /*width*/,
|
||||
int /*height*/);
|
||||
int /*height*/,
|
||||
unsigned int /*subWindowMode*/);
|
||||
|
||||
typedef Bool (* CreateWindowProcPtr)(
|
||||
WindowPtr /*pWindow*/);
|
||||
|
||||
Reference in New Issue
Block a user