[DEV] Correction of compilation error on 32 bits
This commit is contained in:
parent
e434ab4f8a
commit
fa2ecb4237
2
external/etk
vendored
2
external/etk
vendored
@ -1 +1 @@
|
||||
Subproject commit 78d0986454e70b2292984f15e66ffe4c5c146d31
|
||||
Subproject commit 44640896f5f58469ef9bce2703e9bd2b12344e9d
|
@ -1018,19 +1018,17 @@ class X11Interface : public ewol::eContext
|
||||
EWOL_ERROR("Could not open input method");
|
||||
return false;
|
||||
}
|
||||
/*
|
||||
XIMStyles *styles=NULL;
|
||||
// XIMStyle xim_requested_style;
|
||||
|
||||
char* failed_arg = XGetIMValues(m_xim, XNQueryInputStyle, &styles, NULL);
|
||||
|
||||
if (failed_arg != NULL) {
|
||||
EWOL_ERROR("XIM Can't get styles");
|
||||
return false;
|
||||
}
|
||||
|
||||
for (int32_t iii=0; iii<styles->count_styles; ++iii) {
|
||||
EWOL_INFO("style " << styles->supported_styles[iii]);
|
||||
}
|
||||
*/
|
||||
m_xic = XCreateIC(m_xim, XNInputStyle, XIMPreeditNothing | XIMStatusNothing, XNClientWindow, m_WindowHandle, NULL);
|
||||
if (m_xic == NULL) {
|
||||
EWOL_ERROR("Could not open IC");
|
||||
|
Loading…
x
Reference in New Issue
Block a user