st/xorg: Fix type of 'unknown'.
This commit is contained in:
@@ -152,7 +152,7 @@ render_filter_to_gallium(int xrender_filter, int *out_filter)
|
||||
*out_filter = PIPE_TEX_FILTER_LINEAR;
|
||||
break;
|
||||
default:
|
||||
debug_printf("Unkown xrender filter\n");
|
||||
debug_printf("Unknown xrender filter\n");
|
||||
case PictFilterConvolution:
|
||||
*out_filter = PIPE_TEX_FILTER_NEAREST;
|
||||
return FALSE;
|
||||
|
||||
Reference in New Issue
Block a user