Changeset a60436b4fba8a8d7633a3fca545945107b7c1cf8
- Timestamp:
- 06/18/07 16:14:54
(1 year ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1182176094 +0000
- git-parent:
[77beab3f74e1aeab70a7b966d3ed8496d2aa7d75]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1182176094 +0000
- Message:
Typo
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rbfefee7 |
ra60436b |
|
| 2898 | 2898 | { |
|---|
| 2899 | 2899 | case X_SetInputFocus: |
|---|
| 2900 | | /* Ingnore errors on XSetInputFocus() |
|---|
| | 2900 | /* Ignore errors on XSetInputFocus() |
|---|
| 2901 | 2901 | * (they happen when a window is not yet mapped) */ |
|---|
| 2902 | 2902 | return 0; |
|---|