Small fix forgot one header file entry.

This commit is contained in:
Qball Cow 2014-03-12 08:52:11 +01:00
parent 6e7f1b746a
commit 0d1e5ae597
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@
* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
#include "simpleswitcher.h"
#include "rofi.h"
Settings config = {
// Set the default window opacity.

View File

@ -860,7 +860,7 @@ MenuReturn menu( char **lines, char **input, char *prompt, Time *time, int *shif
main_window = box;
// Set the WM_NAME
XStoreName( display, box, "simpleswitcher" );
XStoreName( display, box, "rofi" );
// Hack to set window opacity.
unsigned int opacity_set = ( unsigned int )( ( config.window_opacity/100.0 )* OPAQUE );