mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 22:20:26 +00:00
winex11: Convert source files to utf-8.
This commit is contained in:
parent
1a3791494c
commit
f62ac19fb5
@ -6,7 +6,7 @@
|
||||
* Copyright 1997 David Faure
|
||||
* Copyright 1998 Morten Welinder
|
||||
* Copyright 1998 Ulrich Weigand
|
||||
* Copyright 1999 Ove Kåven
|
||||
* Copyright 1999 Ove Kåven
|
||||
*
|
||||
* 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++) {
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* Motif Window Manager definitions
|
||||
*
|
||||
* Copyright 2001 Ove Kåven, 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
|
||||
|
Loading…
Reference in New Issue
Block a user