diff -r edf18b880beb -r 91bf5e3e558d QTfrontend/gameuiconfig.h --- a/QTfrontend/gameuiconfig.h Thu Aug 07 12:09:52 2008 +0000 +++ b/QTfrontend/gameuiconfig.h Thu Aug 07 13:30:09 2008 +0000 @@ -42,6 +42,10 @@ quint8 timerInterval(); quint8 bitDepth(); QString netNick(); + bool isFrontendFullscreen() const; + + signals: + void frontendFullscreen(bool value); public slots: void SaveOptions();