mirror of
https://github.com/davatorium/rofi.git
synced 2025-02-03 15:34:54 -05:00
Small fix forgot one header file entry.
This commit is contained in:
parent
6e7f1b746a
commit
0d1e5ae597
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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 );
|
||||
|
|
Loading…
Add table
Reference in a new issue