mirror of
https://github.com/lbonn/rofi
synced 2025-03-01 05:37:08 +00:00
Start moving xcb-specific stuff to their own directory
This commit is contained in:
parent
57ee69367d
commit
eb63d83a99
3 changed files with 2 additions and 2 deletions
|
@ -135,7 +135,6 @@ bison = generator(find_program('bison'),
|
|||
|
||||
rofi_sources = files(
|
||||
'source/rofi.c',
|
||||
'source/view.c',
|
||||
'source/mode.c',
|
||||
'source/keyb.c',
|
||||
'config/config.c',
|
||||
|
@ -154,7 +153,6 @@ rofi_sources = files(
|
|||
'source/widgets/scrollbar.c',
|
||||
'source/xrmoptions.c',
|
||||
'source/rofi-types.c',
|
||||
'source/xcb.c',
|
||||
'source/dialogs/run.c',
|
||||
'source/dialogs/ssh.c',
|
||||
'source/dialogs/drun.c',
|
||||
|
@ -163,6 +161,8 @@ rofi_sources = files(
|
|||
'source/dialogs/window.c',
|
||||
'source/dialogs/script.c',
|
||||
'source/dialogs/help-keys.c',
|
||||
'source/xcb/display.c',
|
||||
'source/xcb/view.c',
|
||||
'include/display.h',
|
||||
'include/xcb.h',
|
||||
'include/xcb-internal.h',
|
||||
|
|
Loading…
Add table
Reference in a new issue