Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
feh
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
derf
feh
Commits
2b04e7f4
Commit
2b04e7f4
authored
10 years ago
by
Birte Kristina Friesel
Browse files
Options
Downloads
Patches
Plain Diff
thumbnail.h: Fix a whopping two comments. derp.
parent
717f2a00
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/thumbnail.h
+1
-3
1 addition, 3 deletions
src/thumbnail.h
with
1 addition
and
3 deletions
src/thumbnail.h
+
1
−
3
View file @
2b04e7f4
...
...
@@ -44,8 +44,6 @@ typedef struct thumbnail {
}
feh_thumbnail
;
typedef
struct
thumbmode_data
{
/* FIXME: text_area_h not really needed, remove? */
Imlib_Image
im_main
;
/* base image which all thumbnails are rendered on */
Imlib_Image
im_bg
;
/* background for the thumbnails */
...
...
@@ -58,7 +56,7 @@ typedef struct thumbmode_data {
int
text_area_w
,
text_area_h
;
/* space needed for thumbnail description */
int
max_column_w
;
/* FIXME: description */
int
vertical
;
/*
FIXME: vertical in what way?
*/
int
vertical
;
/*
== !opt.limit_w && opt.limit_h
*/
int
cache_thumbnails
;
/* use cached thumbnails from ~/.thumbnails */
int
cache_dim
;
/* 128 = 128x128 ("normal"), 256 = 256x256 ("large") */
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment