Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
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
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
e9475aab
Commit
e9475aab
authored
Oct 06, 2008
by
Jacek Caban
Committed by
Alexandre Julliard
Oct 07, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mshtml: Use IDs instead of strings in HTMLStyle implementation.
parent
596206f0
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
0 deletions
+21
-0
htmlstyle.c
dlls/mshtml/htmlstyle.c
+0
-0
htmlstyle.h
dlls/mshtml/htmlstyle.h
+21
-0
No files found.
dlls/mshtml/htmlstyle.c
View file @
e9475aab
This diff is collapsed.
Click to expand it.
dlls/mshtml/htmlstyle.h
View file @
e9475aab
...
...
@@ -29,4 +29,25 @@ typedef struct {
#define HTMLSTYLE(x) ((IHTMLStyle*) &(x)->lpHTMLStyleVtbl)
#define HTMLSTYLE2(x) ((IHTMLStyle2*) &(x)->lpHTMLStyle2Vtbl)
/* NOTE: Make sure to keep in sync with stryle_strings in htmlstrle.c */
typedef
enum
{
STYLEID_BACKGROUND
,
STYLEID_BACKGROUND_COLOR
,
STYLEID_BACKGROUND_IMAGE
,
STYLEID_BORDER_LEFT
,
STYLEID_COLOR
,
STYLEID_DISPLAY
,
STYLEID_FONT_FAMILY
,
STYLEID_FONT_SIZE
,
STYLEID_FONT_STYLE
,
STYLEID_FONT_WEIGHT
,
STYLEID_MARGIN
,
STYLEID_MARGIN_LEFT
,
STYLEID_MARGIN_RIGHT
,
STYLEID_PADDING_LEFT
,
STYLEID_TEXT_DECORATION
,
STYLEID_VISIBILITY
,
STYLEID_WIDTH
}
styleid_t
;
void
HTMLStyle2_Init
(
HTMLStyle
*
);
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