diff options
author | Simon Thum <simon.thum@gmx.de> | 2009-01-23 12:06:16 +0100 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2009-02-03 08:51:11 +1000 |
commit | 6bf6a4c47e94780bf0eef47702f21a505c336556 (patch) | |
tree | 3fb072340591ef4fd9fa46f9be719af109e50e72 /Xi/xiproperty.h | |
parent | 32adf8d34fb7db9b78859241f2670349b75c3f7e (diff) |
Xi: create well-known atoms on demand, rather than preinit them
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'Xi/xiproperty.h')
-rw-r--r-- | Xi/xiproperty.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Xi/xiproperty.h b/Xi/xiproperty.h index 12026e9e8..bf562b1aa 100644 --- a/Xi/xiproperty.h +++ b/Xi/xiproperty.h @@ -43,6 +43,4 @@ void SRepXListDeviceProperties(ClientPtr client, int size, void SRepXGetDeviceProperty(ClientPtr client, int size, xGetDevicePropertyReply *rep); -void XIInitKnownProperties(void); - #endif /* XIPROPERTY_C */ |