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
2232fef5
Commit
2232fef5
authored
Nov 27, 2012
by
Huw Davies
Committed by
Alexandre Julliard
Nov 27, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winex11: Add a few 'fall through' comments.
parent
e6f19301
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
palette.c
dlls/winex11.drv/palette.c
+2
-0
xrender.c
dlls/winex11.drv/xrender.c
+1
-0
No files found.
dlls/winex11.drv/palette.c
View file @
2232fef5
...
...
@@ -146,6 +146,7 @@ int X11DRV_PALETTE_Init(void)
{
case
DirectColor
:
X11DRV_PALETTE_PaletteFlags
|=
X11DRV_PALETTE_VIRTUAL
;
/* fall through */
case
GrayScale
:
case
PseudoColor
:
if
(
private_color_map
)
...
...
@@ -175,6 +176,7 @@ int X11DRV_PALETTE_Init(void)
case
TrueColor
:
X11DRV_PALETTE_PaletteFlags
|=
X11DRV_PALETTE_VIRTUAL
;
/* fall through */
case
StaticColor
:
X11DRV_PALETTE_PaletteFlags
|=
X11DRV_PALETTE_FIXED
;
X11DRV_PALETTE_ComputeColorShifts
(
&
X11DRV_PALETTE_default_shifts
,
default_visual
.
red_mask
,
default_visual
.
green_mask
,
default_visual
.
blue_mask
);
...
...
dlls/winex11.drv/xrender.c
View file @
2232fef5
...
...
@@ -1112,6 +1112,7 @@ static void UploadGlyph(struct xrender_physdev *physDev, int glyph)
default:
ERR
(
"aa = %d - not implemented
\n
"
,
format
);
/* fall through */
case
AA_None
:
wxr_format
=
WXR_FORMAT_MONO
;
break
;
...
...
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