mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-20 05:50:04 +01:00
Remove static qualifier on mieqProcessInputEvents()'s 'event'
This isn't necessary. Signed-off-by: Andy Ritger <aritger@nvidia.com> Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
parent
44ea291b78
commit
cc57ab4fc8
1 changed files with 1 additions and 1 deletions
|
|
@ -576,7 +576,7 @@ mieqProcessInputEvents(void)
|
|||
{
|
||||
EventRec *e = NULL;
|
||||
ScreenPtr screen;
|
||||
static InternalEvent event;
|
||||
InternalEvent event;
|
||||
DeviceIntPtr dev = NULL, master = NULL;
|
||||
size_t n_enqueued;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue