mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 06:53:37 +00:00
[FORMATTING] Remove trailing whitespace. Addendum to 34593d93
.
Excluded: 3rd-party code (incl. wine) and most of the win32ss.
This commit is contained in:
parent
bbabe2489e
commit
9393fc320e
701 changed files with 14685 additions and 14693 deletions
|
@ -368,7 +368,7 @@ struct ICD_Data
|
|||
WCHAR DriverName[256];
|
||||
/* The DLL handle */
|
||||
HMODULE hModule;
|
||||
|
||||
|
||||
/* The ICD DLL exports */
|
||||
BOOL (WINAPI *DrvCopyContext)( DHGLRC, DHGLRC, UINT );
|
||||
DHGLRC (WINAPI *DrvCreateContext)( HDC );
|
||||
|
@ -386,10 +386,10 @@ struct ICD_Data
|
|||
BOOL (WINAPI *DrvShareLists)( DHGLRC, DHGLRC );
|
||||
BOOL (WINAPI *DrvSwapBuffers)( HDC );
|
||||
BOOL (WINAPI *DrvSwapLayerBuffers)( HDC, UINT );
|
||||
|
||||
|
||||
/* Make this a linked list */
|
||||
struct ICD_Data* next;
|
||||
};
|
||||
|
||||
struct ICD_Data* IntGetIcdData(HDC hdc);
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue