Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
gtk
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1,125
Issues
1,125
List
Boards
Labels
Service Desk
Milestones
Merge Requests
156
Merge Requests
156
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GNOME
gtk
Commits
2b6ec828
Commit
2b6ec828
authored
Jul 06, 2005
by
Matthias Clasen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix includes
parent
3ec048cf
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
3 deletions
+16
-3
ChangeLog
ChangeLog
+4
-0
ChangeLog.pre-2-10
ChangeLog.pre-2-10
+4
-0
ChangeLog.pre-2-8
ChangeLog.pre-2-8
+4
-0
modules/input/imime.c
modules/input/imime.c
+4
-3
No files found.
ChangeLog
View file @
2b6ec828
2005-07-05 Matthias Clasen <mclasen@redhat.com>
* modules/input/imime.c: Fix includes. (#309462, Kazuki IWAMOTO)
2005-07-05 Matthias Clasen <mclasen@redhat.com>
* doc/tools/widgets.c: Actually generate a file-button
...
...
ChangeLog.pre-2-10
View file @
2b6ec828
2005-07-05 Matthias Clasen <mclasen@redhat.com>
* modules/input/imime.c: Fix includes. (#309462, Kazuki IWAMOTO)
2005-07-05 Matthias Clasen <mclasen@redhat.com>
* doc/tools/widgets.c: Actually generate a file-button
...
...
ChangeLog.pre-2-8
View file @
2b6ec828
2005-07-05 Matthias Clasen <mclasen@redhat.com>
* modules/input/imime.c: Fix includes. (#309462, Kazuki IWAMOTO)
2005-07-05 Matthias Clasen <mclasen@redhat.com>
* doc/tools/widgets.c: Actually generate a file-button
...
...
modules/input/imime.c
View file @
2b6ec828
...
...
@@ -20,11 +20,12 @@
* $Id$
*/
#include <gtk/gtkimmodule.h>
#include "gtkimcontextime.h"
#include <string.h>
#include "gtk/gtkintl.h"
#include "gtk/gtkimmodule.h"
#include "gtkimcontextime.h"
static
const
GtkIMContextInfo
ime_info
=
{
"ime"
,
"Windows IME"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment