mirror of
https://github.com/davatorium/rofi.git
synced 2025-07-31 21:59:25 -04:00
small typo
This commit is contained in:
parent
63adc4229b
commit
c6ccb725e0
1 changed files with 1 additions and 1 deletions
|
@ -650,7 +650,7 @@ int menu(char **lines, char **input, char *prompt, int selected, Time *time)
|
||||||
Window box;
|
Window box;
|
||||||
XWindowAttributes attr;
|
XWindowAttributes attr;
|
||||||
|
|
||||||
// main window isn't explictly destroyed in case we switch modes. reusing it prevents flicker
|
// main window isn't explicitly destroyed in case we switch modes. Reusing it prevents flicker
|
||||||
if (main_window != None && XGetWindowAttributes(display, main_window, &attr))
|
if (main_window != None && XGetWindowAttributes(display, main_window, &attr))
|
||||||
{
|
{
|
||||||
box = main_window;
|
box = main_window;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue