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
b0622101
Commit
b0622101
authored
Dec 10, 2003
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
System classes must not have the CS_GLOBALCLASS style.
parent
bfce151a
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
12 additions
and
12 deletions
+12
-12
button.c
controls/button.c
+1
-1
combo.c
controls/combo.c
+1
-1
desktop.c
controls/desktop.c
+1
-1
edit.c
controls/edit.c
+1
-1
icontitle.c
controls/icontitle.c
+1
-1
listbox.c
controls/listbox.c
+2
-2
menu.c
controls/menu.c
+1
-1
scroll.c
controls/scroll.c
+1
-1
static.c
controls/static.c
+1
-1
dialog.c
windows/dialog.c
+1
-1
mdi.c
windows/mdi.c
+1
-1
No files found.
controls/button.c
View file @
b0622101
...
...
@@ -104,7 +104,7 @@ static WORD checkBoxWidth = 0, checkBoxHeight = 0;
const
struct
builtin_class_descr
BUTTON_builtin_class
=
{
"Button"
,
/* name */
CS_
GLOBALCLASS
|
CS_
DBLCLKS
|
CS_VREDRAW
|
CS_HREDRAW
|
CS_PARENTDC
,
/* style */
CS_DBLCLKS
|
CS_VREDRAW
|
CS_HREDRAW
|
CS_PARENTDC
,
/* style */
ButtonWndProcA
,
/* procA */
ButtonWndProcW
,
/* procW */
NB_EXTRA_BYTES
,
/* extra */
...
...
controls/combo.c
View file @
b0622101
...
...
@@ -83,7 +83,7 @@ static LRESULT WINAPI ComboWndProcW( HWND hwnd, UINT msg, WPARAM wParam, LPARAM
const
struct
builtin_class_descr
COMBO_builtin_class
=
{
"ComboBox"
,
/* name */
CS_
GLOBALCLASS
|
CS_PARENTDC
|
CS_DBLCLKS
,
/* style */
CS_
PARENTDC
|
CS_DBLCLKS
|
CS_HREDRAW
|
CS_VREDRAW
,
/* style */
ComboWndProcA
,
/* procA */
ComboWndProcW
,
/* procW */
sizeof
(
HEADCOMBO
*
),
/* extra */
...
...
controls/desktop.c
View file @
b0622101
...
...
@@ -48,7 +48,7 @@ static LRESULT WINAPI DesktopWndProc( HWND hwnd, UINT message, WPARAM wParam, LP
const
struct
builtin_class_descr
DESKTOP_builtin_class
=
{
DESKTOP_CLASS_ATOM
,
/* name */
CS_
GLOBALCLASS
,
/* style */
CS_
DBLCLKS
,
/* style */
NULL
,
/* procA (winproc is Unicode only) */
DesktopWndProc
,
/* procW */
0
,
/* extra */
...
...
controls/edit.c
View file @
b0622101
...
...
@@ -285,7 +285,7 @@ LRESULT WINAPI EditWndProcW(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam);
const
struct
builtin_class_descr
EDIT_builtin_class
=
{
"Edit"
,
/* name */
CS_
GLOBALCLASS
|
CS_
DBLCLKS
|
CS_PARENTDC
,
/* style */
CS_DBLCLKS
|
CS_PARENTDC
,
/* style */
EditWndProcA
,
/* procA */
EditWndProcW
,
/* procW */
sizeof
(
EDITSTATE
*
),
/* extra */
...
...
controls/icontitle.c
View file @
b0622101
...
...
@@ -47,7 +47,7 @@ static LRESULT WINAPI IconTitleWndProc( HWND hWnd, UINT msg, WPARAM wParam, LPAR
const
struct
builtin_class_descr
ICONTITLE_builtin_class
=
{
ICONTITLE_CLASS_ATOM
,
/* name */
CS_GLOBALCLASS
,
/* style */
0
,
/* style */
NULL
,
/* procA (winproc is Unicode only) */
IconTitleWndProc
,
/* procW */
0
,
/* extra */
...
...
controls/listbox.c
View file @
b0622101
...
...
@@ -139,7 +139,7 @@ static LRESULT LISTBOX_GetItemRect( LB_DESCR *descr, INT index, RECT *rect );
const
struct
builtin_class_descr
LISTBOX_builtin_class
=
{
"ListBox"
,
/* name */
CS_
GLOBALCLASS
|
CS_
DBLCLKS
/*| CS_PARENTDC*/
,
/* style */
CS_DBLCLKS
/*| CS_PARENTDC*/
,
/* style */
ListBoxWndProcA
,
/* procA */
ListBoxWndProcW
,
/* procW */
sizeof
(
LB_DESCR
*
),
/* extra */
...
...
@@ -154,7 +154,7 @@ const struct builtin_class_descr LISTBOX_builtin_class =
const
struct
builtin_class_descr
COMBOLBOX_builtin_class
=
{
"ComboLBox"
,
/* name */
CS_
GLOBALCLASS
|
CS_
DBLCLKS
|
CS_SAVEBITS
,
/* style */
CS_DBLCLKS
|
CS_SAVEBITS
,
/* style */
ComboLBWndProcA
,
/* procA */
ComboLBWndProcW
,
/* procW */
sizeof
(
LB_DESCR
*
),
/* extra */
...
...
controls/menu.c
View file @
b0622101
...
...
@@ -184,7 +184,7 @@ DWORD WINAPI DrawMenuBarTemp(HWND hwnd, HDC hDC, LPRECT lprect, HMENU hMenu, HFO
const
struct
builtin_class_descr
MENU_builtin_class
=
{
POPUPMENU_CLASS_ATOMA
,
/* name */
CS_
GLOBALCLASS
|
CS_SAVEBIT
S
,
/* style */
CS_
DROPSHADOW
|
CS_SAVEBITS
|
CS_DBLCLK
S
,
/* style */
NULL
,
/* procA (winproc is Unicode only) */
PopupMenuWndProc
,
/* procW */
sizeof
(
HMENU
),
/* extra */
...
...
controls/scroll.c
View file @
b0622101
...
...
@@ -132,7 +132,7 @@ static LRESULT WINAPI ScrollBarWndProc( HWND hwnd, UINT uMsg, WPARAM wParam, LPA
const
struct
builtin_class_descr
SCROLL_builtin_class
=
{
"ScrollBar"
,
/* name */
CS_
GLOBALCLASS
|
CS_
DBLCLKS
|
CS_VREDRAW
|
CS_HREDRAW
|
CS_PARENTDC
,
/* style */
CS_DBLCLKS
|
CS_VREDRAW
|
CS_HREDRAW
|
CS_PARENTDC
,
/* style */
NULL
,
/* procA (winproc is Unicode only) */
ScrollBarWndProc
,
/* procW */
sizeof
(
SCROLLBAR_INFO
),
/* extra */
...
...
controls/static.c
View file @
b0622101
...
...
@@ -80,7 +80,7 @@ static pfPaint staticPaintFunc[SS_TYPEMASK+1] =
const
struct
builtin_class_descr
STATIC_builtin_class
=
{
"Static"
,
/* name */
CS_
GLOBALCLASS
|
CS_
DBLCLKS
|
CS_PARENTDC
,
/* style */
CS_DBLCLKS
|
CS_PARENTDC
,
/* style */
StaticWndProcA
,
/* procA */
StaticWndProcW
,
/* procW */
STATIC_EXTRA_BYTES
,
/* extra */
...
...
windows/dialog.c
View file @
b0622101
...
...
@@ -97,7 +97,7 @@ typedef struct
const
struct
builtin_class_descr
DIALOG_builtin_class
=
{
DIALOG_CLASS_ATOMA
,
/* name */
CS_
GLOBALCLASS
|
CS_
SAVEBITS
|
CS_DBLCLKS
,
/* style */
CS_SAVEBITS
|
CS_DBLCLKS
,
/* style */
DefDlgProcA
,
/* procA */
DefDlgProcW
,
/* procW */
DLGWINDOWEXTRA
,
/* extra */
...
...
windows/mdi.c
View file @
b0622101
...
...
@@ -182,7 +182,7 @@ static void MDI_PostUpdate(HWND hwnd, MDICLIENTINFO* ci, WORD recalc)
const
struct
builtin_class_descr
MDICLIENT_builtin_class
=
{
"MDIClient"
,
/* name */
CS_GLOBALCLASS
,
/* style */
0
,
/* style */
MDIClientWndProcA
,
/* procA */
MDIClientWndProcW
,
/* procW */
sizeof
(
MDICLIENTINFO
),
/* extra */
...
...
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