mirror of
https://github.com/X11Libre/xf86-input-elographics.git
synced 2026-03-24 01:34:03 +00:00
replace obsolete "pointer" typedef by void*
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Enrico Weigelt
parent
4543d8c22a
commit
4251bf8c15
@@ -1085,9 +1085,9 @@ _X_EXPORT InputDriverRec ELOGRAPHICS = {
|
||||
default_options
|
||||
};
|
||||
|
||||
static pointer
|
||||
Plug(pointer module,
|
||||
pointer options,
|
||||
static void *
|
||||
Plug(void *module,
|
||||
void *options,
|
||||
int *errmaj,
|
||||
int *errmin)
|
||||
{
|
||||
@@ -1097,7 +1097,7 @@ Plug(pointer module,
|
||||
}
|
||||
|
||||
static void
|
||||
Unplug(pointer p)
|
||||
Unplug(void *p)
|
||||
{
|
||||
DBG(1, ErrorF("EloUnplug\n"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user