From 08b627c59c98d67d057e061612f165b4ff3cb966 Mon Sep 17 00:00:00 2001 From: Arno Date: Fri, 22 Nov 2019 17:46:39 +0100 Subject: Get rid of HoverWindow It depended on X11, because the hover center wasn't where it was supposed to be, so I worked around it with Xfixes.h, which unfortunately isn't even available in MSYS2. So another fix for compiling this under Windows. --- configurationdialog.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'configurationdialog.h') diff --git a/configurationdialog.h b/configurationdialog.h index d3f5463..8a76051 100644 --- a/configurationdialog.h +++ b/configurationdialog.h @@ -72,14 +72,11 @@ class ConfigurationDialog : public SmDialog { QComboBox *mInfoBox; QComboBox *mMapBox; QComboBox *mReasonsBox; - QCheckBox *mHoverPics; QCheckBox *mAutoAddCovers; QCheckBox *mIconizeCovers; QCheckBox *mAutoRefresh; QCheckBox *mExpensive; QCheckBox *mClearNewMovieWizard; - QSpinBox *mHoverOpacity; - QSpinBox *mCursorOffset; QSpinBox *mAutoRefreshValue; QLabel *mClipboardColor; QLabel *mBaseColor; -- cgit v1.2.3-70-g09d2