diff options
author | Daniel Stone <daniel@fooishbar.org> | 2006-10-14 22:14:07 +0300 |
---|---|---|
committer | Daniel Stone <daniels@endtroducing.fooishbar.org> | 2006-10-14 22:14:07 +0300 |
commit | 4d8030076ed1a7680bdfcb7b89af1045bdc40304 (patch) | |
tree | a96f5ce2b00f11956788eed1b0d96ee276c3d359 /dix/Makefile.am | |
parent | 6afc7c284690b1e2bb7544b5bc4f31a3f6a05519 (diff) |
dix: move GetKeyboardEvents/GetPointerEvents to a new file, export symbols
Move GKE and GPE to a separate file, to help stem the events.c explosion.
Mark GKE/GKVE/GPE as _X_EXPORT.
Diffstat (limited to 'dix/Makefile.am')
-rw-r--r-- | dix/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dix/Makefile.am b/dix/Makefile.am index d26d9ea7a..724d1d1f6 100644 --- a/dix/Makefile.am +++ b/dix/Makefile.am @@ -17,6 +17,7 @@ libdix_la_SOURCES = \ extension.c \ ffs.c \ gc.c \ + getevents.c \ globals.c \ glyphcurs.c \ grabs.c \ |