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
bd71f19e
Commit
bd71f19e
authored
Jun 10, 2007
by
Jacek Caban
Committed by
Alexandre Julliard
Jun 11, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mshtml: Make [get|set]_font_size static.
parent
78509882
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
5 deletions
+2
-5
editor.c
dlls/mshtml/editor.c
+2
-2
mshtml_private.h
dlls/mshtml/mshtml_private.h
+0
-3
No files found.
dlls/mshtml/editor.c
View file @
bd71f19e
...
...
@@ -247,7 +247,7 @@ static void remove_child_attr(nsIDOMElement *elem, LPCWSTR tag, nsAString *attr_
nsIDOMNodeList_Release
(
node_list
);
}
void
get_font_size
(
HTMLDocument
*
This
,
WCHAR
*
ret
)
static
void
get_font_size
(
HTMLDocument
*
This
,
WCHAR
*
ret
)
{
nsISelection
*
nsselection
=
get_ns_selection
(
This
);
nsIDOMElement
*
elem
=
NULL
;
...
...
@@ -315,7 +315,7 @@ void get_font_size(HTMLDocument *This, WCHAR *ret)
nsIDOMNode_Release
(
node
);
}
void
set_font_size
(
HTMLDocument
*
This
,
LPCWSTR
size
)
static
void
set_font_size
(
HTMLDocument
*
This
,
LPCWSTR
size
)
{
nsISelection
*
nsselection
;
PRBool
collapsed
;
...
...
dlls/mshtml/mshtml_private.h
View file @
bd71f19e
...
...
@@ -385,9 +385,6 @@ extern const cmdtable_t editmode_cmds[];
/* editor */
void
handle_edit_event
(
HTMLDocument
*
,
nsIDOMEvent
*
);
void
get_font_size
(
HTMLDocument
*
,
WCHAR
*
);
void
set_font_size
(
HTMLDocument
*
,
LPCWSTR
);
extern
DWORD
mshtml_tls
;
typedef
struct
task_t
{
...
...
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