Update screenshots, cleanup
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
0a9227c526
commit
310f4e0ee1
8 changed files with 15 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue