Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libSDL
Project
Project
Details
Activity
Releases
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
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PocketInsanity
libSDL
Commits
a55c55c3
Commit
a55c55c3
authored
Sep 19, 2010
by
Daniel Wyatt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added imm.h include, will be needed on MinGW.
Changed comment to c-style and removed some end-of-line whitespace.
parent
eaca5187
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
22 deletions
+23
-22
SDL_win32video.h
src/video/win32/SDL_win32video.h
+23
-22
No files found.
src/video/win32/SDL_win32video.h
View file @
a55c55c3
...
@@ -37,6 +37,7 @@
...
@@ -37,6 +37,7 @@
#include <windows.h>
#include <windows.h>
#include <msctf.h>
#include <msctf.h>
#include <imm.h>
#if SDL_VIDEO_RENDER_D3D
#if SDL_VIDEO_RENDER_D3D
//#include <d3d9.h>
//#include <d3d9.h>
...
@@ -81,29 +82,29 @@ typedef struct
...
@@ -81,29 +82,29 @@ typedef struct
void
*
data
;
void
*
data
;
}
TSFSink
;
}
TSFSink
;
/
/ Definition from Win98DDK version of IMM.H
/
* Definition from Win98DDK version of IMM.H */
typedef
struct
tagINPUTCONTEXT2
{
typedef
struct
tagINPUTCONTEXT2
{
HWND
hWnd
;
HWND
hWnd
;
BOOL
fOpen
;
BOOL
fOpen
;
POINT
ptStatusWndPos
;
POINT
ptStatusWndPos
;
POINT
ptSoftKbdPos
;
POINT
ptSoftKbdPos
;
DWORD
fdwConversion
;
DWORD
fdwConversion
;
DWORD
fdwSentence
;
DWORD
fdwSentence
;
union
{
union
{
LOGFONTA
A
;
LOGFONTA
A
;
LOGFONTW
W
;
LOGFONTW
W
;
}
lfFont
;
}
lfFont
;
COMPOSITIONFORM
cfCompForm
;
COMPOSITIONFORM
cfCompForm
;
CANDIDATEFORM
cfCandForm
[
4
];
CANDIDATEFORM
cfCandForm
[
4
];
HIMCC
hCompStr
;
HIMCC
hCompStr
;
HIMCC
hCandInfo
;
HIMCC
hCandInfo
;
HIMCC
hGuideLine
;
HIMCC
hGuideLine
;
HIMCC
hPrivate
;
HIMCC
hPrivate
;
DWORD
dwNumMsgBuf
;
DWORD
dwNumMsgBuf
;
HIMCC
hMsgBuf
;
HIMCC
hMsgBuf
;
DWORD
fdwInit
;
DWORD
fdwInit
;
DWORD
dwReserve
[
3
];
DWORD
dwReserve
[
3
];
}
INPUTCONTEXT2
,
*
PINPUTCONTEXT2
,
NEAR
*
NPINPUTCONTEXT2
,
FAR
*
LPINPUTCONTEXT2
;
}
INPUTCONTEXT2
,
*
PINPUTCONTEXT2
,
NEAR
*
NPINPUTCONTEXT2
,
FAR
*
LPINPUTCONTEXT2
;
/* Private display data */
/* Private display data */
...
...
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