diff options
Diffstat (limited to 'xorg-server/hw/xquartz/keysym2ucs.h')
-rw-r--r-- | xorg-server/hw/xquartz/keysym2ucs.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/xorg-server/hw/xquartz/keysym2ucs.h b/xorg-server/hw/xquartz/keysym2ucs.h index f5b7a18f2..01af0371d 100644 --- a/xorg-server/hw/xquartz/keysym2ucs.h +++ b/xorg-server/hw/xquartz/keysym2ucs.h @@ -30,7 +30,9 @@ #ifndef KEYSYM2UCS_H #define KEYSYM2UCS_H 1 -extern long keysym2ucs(int keysym); -extern int ucs2keysym(long ucs); +extern long +keysym2ucs(int keysym); +extern int +ucs2keysym(long ucs); #endif /* KEYSYM2UCS_H */ |