Files
xserver/dix
Enrico Weigelt, metux IT consult 080fd7821b dix: fix duplicate typedef of CallbackListPtr
fix warning on duplicated typedef:

> In file included from ../dix/main.c:86:
> ../dix/callback_priv.h:10:31: warning: redefinition of typedef 'CallbackListPtr' is a C11 feature [-Wtypedef-redefinition]
> typedef struct _CallbackList *CallbackListPtr;
>                               ^
> ../include/callback.h:60:31: note: previous definition is here
> typedef struct _CallbackList *CallbackListPtr;  /* also in misc.h */
>                               ^

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1427>
2024-09-01 22:32:49 +00:00
..
2020-07-05 13:07:33 -07:00
2015-07-08 16:41:29 -04:00
2003-11-14 16:49:22 +00:00
2003-11-14 15:54:54 +00:00
2024-04-15 16:19:30 -07:00
2014-11-12 10:25:00 +10:00
2024-04-15 23:10:31 +00:00
2024-03-09 17:23:43 +00:00
2015-04-21 16:57:07 -07:00
2024-04-15 16:19:30 -07:00
2024-04-15 18:11:57 -07:00
2024-03-05 16:57:52 +01:00
2024-09-01 22:06:49 +00:00
2013-07-23 23:56:58 +01:00
2020-07-05 13:07:33 -07:00
2014-11-12 10:25:00 +10:00
2024-09-01 22:06:50 +00:00