mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-03 04:23:42 -05: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;
|
||||
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))
|
||||
{
|
||||
box = main_window;
|
||||
|
|
Loading…
Reference in a new issue