Update screenshots, cleanup

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-02-13 01:32:08 +00:00
parent 0a9227c526
commit 310f4e0ee1
8 changed files with 15 additions and 7 deletions

View file

@ -15,7 +15,7 @@
* For a full copy of the GNU General Public License see the LICENSE file.
*/
#if defined(ARCH_LIN) && !defined(HEADLESS)
#if defined(ARCH_LIN) && !defined(HEADLESS) && !defined(HAVE_X11)
# define HAVE_X11
#endif
@ -193,15 +193,11 @@ struct EmbedWidget::PrivateData {
{
lastX = x;
lastY = y;
#ifdef HAVE_X11
#endif
}
else if (diffSize)
{
lastWidth = width;
lastHeight = height;
#ifdef HAVE_X11
#endif
}
#ifdef HAVE_X11