summaryrefslogtreecommitdiffstats
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorSimon Rettberg2019-03-15 22:30:14 +0100
committerSimon Rettberg2019-03-15 22:30:14 +0100
commit347261f8895d959269afc0e63f2b0d98826086c4 (patch)
tree3bb47f1eb8d9a210ff691bde4b0f1706f775cc3a /src/mainwindow.h
parentIncrease LDAP timeout to 8 secs (diff)
downloadslxgreeter-347261f8895d959269afc0e63f2b0d98826086c4.tar.gz
slxgreeter-347261f8895d959269afc0e63f2b0d98826086c4.tar.xz
slxgreeter-347261f8895d959269afc0e63f2b0d98826086c4.zip
Support passing dir as bottom-left-logo-path
*.svg found in that directory will be shown in the bottom left corner, stacked on top of each other, in alphabetical order (top -> bottom).
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 8a5bcf7..dad9089 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -33,7 +33,9 @@ public:
void setFocus(Qt::FocusReason reason);
- QSize createLogo(const QRect &max);
+ QSize createLogo(QRect max);
+
+ QSize createNextLogo(const QRect &max, const QString &path);
QSize createDistro(const QRect &max);