Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Thumbnails improvements #25

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
User reserved variables in _FmConfig to store thumbnail_threshold and…
… thumbnail_overlay
Livanh committed May 20, 2017
commit abe5c97b27684c8883f92b72ff05e5738001c5fb
9 changes: 4 additions & 5 deletions src/base/fm-config.h
Original file line number Diff line number Diff line change
@@ -164,7 +164,6 @@ struct _FmConfig
gint pane_icon_size;
gint thumbnail_size;
gint thumbnail_max;
gint thumbnail_threshold;
gint auto_selection_delay;
gint drop_default_action;

@@ -174,7 +173,6 @@ struct _FmConfig
gboolean confirm_trash;
gboolean show_thumbnail;
gboolean thumbnail_local;
gboolean thumbnail_overlay;
gboolean show_internal_volumes;
gboolean si_unit;
gboolean advanced_mode;
@@ -212,9 +210,10 @@ struct _FmConfig
gboolean smart_desktop_autodrop;
gchar *saved_search;
/*< private >*/
gpointer _reserved1; /* reserved space for updates until next ABI */
gpointer _reserved2;
gpointer _reserved3;

gint thumbnail_threshold;
gboolean thumbnail_overlay;
gpointer _reserved3; /* reserved space for updates until next ABI */
gpointer _reserved4;
gpointer _reserved5;
gpointer _reserved6;