Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 108339 Details for
Bug 162500
app-i18n/scim-uim-0.1.4 compile failure
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
scim-uim-0.1.4-remove-surrounding-text.patch
scim-uim-0.1.4-remove-surrounding-text.patch (text/plain), 1.84 KB, created by
Daniel Lin
on 2007-01-28 04:34:31 UTC
(
hide
)
Description:
scim-uim-0.1.4-remove-surrounding-text.patch
Filename:
MIME Type:
Creator:
Daniel Lin
Created:
2007-01-28 04:34:31 UTC
Size:
1.84 KB
patch
obsolete
>diff -uprN scim-uim-0.1.4~/src/scim_uim_imengine.cpp scim-uim-0.1.4/src/scim_uim_imengine.cpp >--- scim-uim-0.1.4~/src/scim_uim_imengine.cpp 2007-01-27 23:16:14.017484903 -0500 >+++ scim-uim-0.1.4/src/scim_uim_imengine.cpp 2007-01-27 23:26:05.924185825 -0500 >@@ -823,39 +823,6 @@ UIMInstance::uim_cand_deactive_cb (void > } > } > >-void >-UIMInstance::uim_surrounding_text_request_cb (void *ptr) >-{ >- UIMInstance *this_ptr = static_cast <UIMInstance *> (ptr); >- if (this_ptr) { >- >- SCIM_DEBUG_IMENGINE(2) << "uim_surrounding_text_request_cb.\n"; >- >- WideString wstr; >- int cursor; >- >- if (this_ptr->get_surrounding_text (wstr, cursor)) { >- String str = utf8_wcstombs (wstr); >- uim_set_surrounding_text (this_ptr->m_uc, str.c_str (), cursor, wstr.length ()); >- } >- } >-} >- >-int >-UIMInstance::uim_surrounding_text_delete_cb (void *ptr, int offset, int len) >-{ >- UIMInstance *this_ptr = static_cast <UIMInstance *> (ptr); >- int ret = -1; >- >- if (this_ptr) { >- SCIM_DEBUG_IMENGINE(2) << "uim_surrounding_text_delete_cb.\n"; >- >- if (this_ptr->delete_surrounding_text (offset, len)) >- ret = 0; >- } >- >- return ret; >-} > /* > vi:ts=4:nowrap:ai:expandtab > */ >diff -upr scim-uim-0.1.4~/src/scim_uim_imengine.h scim-uim-0.1.4/src/scim_uim_imengine.h >--- scim-uim-0.1.4~/src/scim_uim_imengine.h 2007-01-27 23:16:14.017484903 -0500 >+++ scim-uim-0.1.4/src/scim_uim_imengine.h 2007-01-27 23:26:18.937200607 -0500 >@@ -104,9 +104,6 @@ private: > static void uim_cand_select_cb (void *ptr, int index); > static void uim_cand_shift_page_cb (void *ptr, int dir); > static void uim_cand_deactive_cb (void *ptr); >- >- static void uim_surrounding_text_request_cb (void *ptr); >- static int uim_surrounding_text_delete_cb (void *ptr, int offset, int len); > }; > #endif > /*
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 162500
: 108339