mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
st/glx: fix incorrect parameter type
This commit is contained in:
parent
a93f9f343a
commit
83adf8c3a4
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ static int NumDisplays = 0;
|
|||
|
||||
static int
|
||||
xmesa_get_param(struct st_manager *smapi,
|
||||
enum st_manager_param *param)
|
||||
enum st_manager_param param)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue