Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
tint2
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
32
Issues
32
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
o9000
tint2
Commits
812e3063
Commit
812e3063
authored
Nov 14, 2017
by
o9000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Taskbar: thumbnails (use gaussian filtering, seems faster)
parent
3155a5fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
window.c
src/util/window.c
+1
-1
No files found.
src/util/window.c
View file @
812e3063
...
...
@@ -393,7 +393,7 @@ cairo_surface_t *get_window_thumbnail(Window win)
cairo_translate
(
cr
,
ox
,
oy
);
cairo_scale
(
cr
,
sx
,
sy
);
cairo_set_source_surface
(
cr
,
x11_surface
,
0
,
0
);
cairo_pattern_set_filter
(
cairo_get_source
(
cr
),
CAIRO_FILTER_
BEST
);
cairo_pattern_set_filter
(
cairo_get_source
(
cr
),
CAIRO_FILTER_
GAUSSIAN
);
cairo_paint
(
cr
);
cairo_destroy
(
cr
);
cairo_surface_destroy
(
x11_surface
);
...
...
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