mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-24 16:00:05 +01:00
Xi: fix a typo in a #ifdef
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
de1e43181b
commit
dd6e8a14ec
1 changed files with 3 additions and 3 deletions
|
|
@ -23,8 +23,8 @@
|
|||
* Author: Peter Hutterer
|
||||
*/
|
||||
|
||||
#ifndef XIPROPERTY_C
|
||||
#define XIPROPERTY_C
|
||||
#ifndef XIPROPERTY_H
|
||||
#define XIPROPERTY_H
|
||||
|
||||
int ProcXListDeviceProperties (ClientPtr client);
|
||||
int ProcXChangeDeviceProperty (ClientPtr client);
|
||||
|
|
@ -43,4 +43,4 @@ void SRepXListDeviceProperties(ClientPtr client, int size,
|
|||
void SRepXGetDeviceProperty(ClientPtr client, int size,
|
||||
xGetDevicePropertyReply *rep);
|
||||
|
||||
#endif /* XIPROPERTY_C */
|
||||
#endif /* XIPROPERTY_H */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue