Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
f62ac19f
Commit
f62ac19f
authored
Oct 18, 2008
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winex11: Convert source files to utf-8.
parent
1a379149
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
keyboard.c
dlls/winex11.drv/keyboard.c
+2
-2
mwm.h
dlls/winex11.drv/mwm.h
+1
-1
No files found.
dlls/winex11.drv/keyboard.c
View file @
f62ac19f
...
...
@@ -6,7 +6,7 @@
* Copyright 1997 David Faure
* Copyright 1998 Morten Welinder
* Copyright 1998 Ulrich Weigand
* Copyright 1999 Ove K
v
en
* Copyright 1999 Ove K
åv
en
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
@@ -1549,7 +1549,7 @@ X11DRV_KEYBOARD_DetectLayout( Display *display )
/* search for a match in layout table */
/* right now, we just find an absolute match for defined positions */
/* (undefined positions are ignored, so if it's defined as "3#" in */
/* the table, it's okay that the X server has "3#", for example) */
/* the table, it's okay that the X server has "3#
£
", for example) */
/* however, the score will be higher for longer matches */
for
(
key
=
0
;
key
<
MAIN_LEN
;
key
++
)
{
for
(
ok
=
0
,
i
=
0
;
(
ok
>=
0
)
&&
(
i
<
syms
);
i
++
)
{
...
...
dlls/winex11.drv/mwm.h
View file @
f62ac19f
/*
* Motif Window Manager definitions
*
* Copyright 2001 Ove Kven, TransGaming Technologies Inc.
* Copyright 2001 Ove K
å
ven, TransGaming Technologies Inc.
* (these definitions were found in GTK+ 1.2, gdk/MwmUtil.h)
*
* This library is free software; you can redistribute it and/or
...
...
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