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
0119d770
Commit
0119d770
authored
Oct 01, 2010
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winecfg: Make some variables static.
parent
e179c20b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
theme.c
programs/winecfg/theme.c
+2
-2
winecfg.h
programs/winecfg/winecfg.h
+1
-1
No files found.
programs/winecfg/theme.c
View file @
0119d770
...
...
@@ -423,8 +423,8 @@ static void do_apply_theme (int themeIndex, int colorIndex, int sizeIndex)
}
}
int
updating_ui
;
BOOL
theme_dirty
;
static
int
updating_ui
;
static
BOOL
theme_dirty
;
static
void
enable_size_and_color_controls
(
HWND
dialog
,
BOOL
enable
)
{
...
...
programs/winecfg/winecfg.h
View file @
0119d770
...
...
@@ -116,7 +116,7 @@ void apply_drive_changes(void);
BOOL
browse_for_unix_folder
(
HWND
dialog
,
WCHAR
*
pszPath
);
extern
struct
drive
drives
[
26
];
/* one for each drive letter */
BOOL
gui_mode
;
extern
BOOL
gui_mode
;
/* Some basic utilities to make win32 suck less */
#define disable(id) EnableWindow(GetDlgItem(dialog, id), 0);
...
...
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