summaryrefslogtreecommitdiff
path: root/vcl/inc/unx/i18n_im.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/unx/i18n_im.hxx')
-rw-r--r--vcl/inc/unx/i18n_im.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/unx/i18n_im.hxx b/vcl/inc/unx/i18n_im.hxx
index d1741eedebb8..8e3a2ae31eec 100644
--- a/vcl/inc/unx/i18n_im.hxx
+++ b/vcl/inc/unx/i18n_im.hxx
@@ -43,7 +43,7 @@ public:
bool CreateMethod( Display *pDisplay );
XIMStyles *GetSupportedStyles() { return mpStyles; }
bool SetLocale( const char* pLocale = "" );
- bool FilterEvent( XEvent *pEvent, XLIB_Window window );
+ bool FilterEvent( XEvent *pEvent, ::Window window );
SalI18N_InputMethod();
~SalI18N_InputMethod();