mirror of
https://github.com/lbonn/rofi
synced 2024-11-23 20:33:03 +00:00
85ecaea49a
The problem is that xcb_translate_coordinates was being called to translate the origin of the active_window (relative to active_window's parent) from the coordinate space relative to active_window to the coordinate space relative to root. The fix is to translate the origin of the active_window (relative to active_window's parent) from the coordinate space relative to active_window's parent to the coordinate space relative to root. |
||
---|---|---|
.. | ||
dialogs | ||
widgets | ||
css-colors.c | ||
helper.c | ||
history.c | ||
keyb.c | ||
mode.c | ||
rofi-types.c | ||
rofi.c | ||
theme.c | ||
timings.c | ||
view.c | ||
xcb.c | ||
xrmoptions.c |