Start moving xcb-specific stuff to their own directory
This commit is contained in:
@@ -135,7 +135,6 @@ bison = generator(find_program('bison'),
|
|||||||
|
|
||||||
rofi_sources = files(
|
rofi_sources = files(
|
||||||
'source/rofi.c',
|
'source/rofi.c',
|
||||||
'source/view.c',
|
|
||||||
'source/mode.c',
|
'source/mode.c',
|
||||||
'source/keyb.c',
|
'source/keyb.c',
|
||||||
'config/config.c',
|
'config/config.c',
|
||||||
@@ -154,7 +153,6 @@ rofi_sources = files(
|
|||||||
'source/widgets/scrollbar.c',
|
'source/widgets/scrollbar.c',
|
||||||
'source/xrmoptions.c',
|
'source/xrmoptions.c',
|
||||||
'source/rofi-types.c',
|
'source/rofi-types.c',
|
||||||
'source/xcb.c',
|
|
||||||
'source/dialogs/run.c',
|
'source/dialogs/run.c',
|
||||||
'source/dialogs/ssh.c',
|
'source/dialogs/ssh.c',
|
||||||
'source/dialogs/drun.c',
|
'source/dialogs/drun.c',
|
||||||
@@ -163,6 +161,8 @@ rofi_sources = files(
|
|||||||
'source/dialogs/window.c',
|
'source/dialogs/window.c',
|
||||||
'source/dialogs/script.c',
|
'source/dialogs/script.c',
|
||||||
'source/dialogs/help-keys.c',
|
'source/dialogs/help-keys.c',
|
||||||
|
'source/xcb/display.c',
|
||||||
|
'source/xcb/view.c',
|
||||||
'include/display.h',
|
'include/display.h',
|
||||||
'include/xcb.h',
|
'include/xcb.h',
|
||||||
'include/xcb-internal.h',
|
'include/xcb-internal.h',
|
||||||
|
Reference in New Issue
Block a user