Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
wine
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Zsolt Vadász
wine
Commits
50a09151
Commit
50a09151
authored
26 years ago
by
Ulrich Weigand
Committed by
Alexandre Julliard
26 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Implemented Win95-style shared cursor/icon cache.
Merged NE and PE resource handling.
parent
82c70ad9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
include/cursoricon.h
+12
-2
12 additions, 2 deletions
include/cursoricon.h
objects/cursoricon.c
+285
-280
285 additions, 280 deletions
objects/cursoricon.c
with
297 additions
and
282 deletions
include/cursoricon.h
+
12
−
2
View file @
50a09151
...
...
@@ -69,11 +69,21 @@ typedef struct
#pragma pack(4)
#define CID_RESOURCE 0x0001
#define CID_WIN32 0x0004
#define CID_NONSHARED 0x0008
extern
void
CURSORICON_Init
(
void
);
extern
HCURSOR16
CURSORICON_IconToCursor
(
HICON16
hIcon
,
BOOL
bSemiTransparent
);
extern
HGLOBAL
CURSORICON_Load
(
HINSTANCE
hInstance
,
LPCWSTR
name
,
int
width
,
int
height
,
int
colors
,
BOOL
fCursor
,
UINT
loadflags
);
int
width
,
int
height
,
int
colors
,
BOOL
fCursor
,
UINT
loadflags
);
extern
WORD
CURSORICON_Destroy
(
HGLOBAL16
handle
,
UINT16
flags
);
extern
void
CURSORICON_FreeModuleIcons
(
HMODULE
hModule
);
#endif
/* __WINE_CURSORICON_H */
This diff is collapsed.
Click to expand it.
objects/cursoricon.c
+
285
−
280
View file @
50a09151
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment