mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-09 04:15:52 +00:00
Rename include/nitpicker_session to gui_session
This patch also renames the depot api archive accordingly. Issue #3778
This commit is contained in:
parent
87b08d6c7f
commit
c6eda9bd80
@ -15,7 +15,7 @@
|
||||
#define _INCLUDE__SCOUT__NITPICKER_GRAPHICS_BACKEND_H_
|
||||
|
||||
/* Genode includes */
|
||||
#include <nitpicker_session/connection.h>
|
||||
#include <gui_session/connection.h>
|
||||
#include <os/pixel_rgb565.h>
|
||||
#include <base/attached_dataspace.h>
|
||||
|
||||
|
@ -5,4 +5,4 @@ nitpicker_gfx
|
||||
timer_session
|
||||
input_session
|
||||
framebuffer_session
|
||||
nitpicker_session
|
||||
gui_session
|
||||
|
@ -18,7 +18,7 @@
|
||||
#include <base/session_label.h>
|
||||
#include <root/component.h>
|
||||
#include <log_session/log_session.h>
|
||||
#include <nitpicker_session/connection.h>
|
||||
#include <gui_session/connection.h>
|
||||
#include <timer_session/connection.h>
|
||||
#include <input/event.h>
|
||||
#include <os/pixel_rgb565.h>
|
||||
|
@ -16,7 +16,7 @@
|
||||
|
||||
/* Genode includes */
|
||||
#include <base/ram_allocator.h>
|
||||
#include <nitpicker_session/connection.h>
|
||||
#include <gui_session/connection.h>
|
||||
#include <base/attached_dataspace.h>
|
||||
#include <base/attached_ram_dataspace.h>
|
||||
#include <os/surface.h>
|
||||
|
@ -22,7 +22,7 @@
|
||||
|
||||
/* Genode includes */
|
||||
#include <base/rpc_server.h>
|
||||
#include <nitpicker_session/nitpicker_session.h>
|
||||
#include <gui_session/gui_session.h>
|
||||
|
||||
class Wrapped_nitpicker_session : public Genode::Rpc_object<Nitpicker::Session>
|
||||
{
|
||||
|
@ -22,7 +22,7 @@
|
||||
/* Genode includes */
|
||||
#include <base/entrypoint.h>
|
||||
#include <timer_session/connection.h>
|
||||
#include <nitpicker_session/connection.h>
|
||||
#include <gui_session/connection.h>
|
||||
#include <os/surface.h>
|
||||
#include <os/pixel_alpha8.h>
|
||||
#include <base/attached_dataspace.h>
|
||||
|
@ -7,6 +7,6 @@ blit
|
||||
gems
|
||||
nitpicker_gfx
|
||||
vfs
|
||||
nitpicker_session
|
||||
gui_session
|
||||
framebuffer_session
|
||||
input_session
|
||||
|
@ -4,6 +4,6 @@ polygon_gfx
|
||||
nano3d
|
||||
gems
|
||||
input_session
|
||||
nitpicker_session
|
||||
gui_session
|
||||
framebuffer_session
|
||||
timer_session
|
||||
|
@ -4,6 +4,6 @@ nitpicker_gfx
|
||||
scout_gfx
|
||||
gems
|
||||
input_session
|
||||
nitpicker_session
|
||||
gui_session
|
||||
framebuffer_session
|
||||
report_session
|
||||
|
@ -8,7 +8,7 @@ gems
|
||||
nitpicker_gfx
|
||||
scout_gfx
|
||||
vfs
|
||||
nitpicker_session
|
||||
gui_session
|
||||
framebuffer_session
|
||||
input_session
|
||||
timer_session
|
||||
|
@ -3,7 +3,7 @@ os
|
||||
blit
|
||||
framebuffer_session
|
||||
input_session
|
||||
nitpicker_session
|
||||
gui_session
|
||||
timer_session
|
||||
nano3d
|
||||
polygon_gfx
|
||||
|
@ -3,7 +3,7 @@ os
|
||||
blit
|
||||
framebuffer_session
|
||||
input_session
|
||||
nitpicker_session
|
||||
gui_session
|
||||
timer_session
|
||||
nitpicker_gfx
|
||||
scout_gfx
|
||||
|
@ -8,7 +8,7 @@ block_session
|
||||
usb_session
|
||||
framebuffer_session
|
||||
platform_session
|
||||
nitpicker_session
|
||||
gui_session
|
||||
terminal_session
|
||||
rtc_session
|
||||
input_session
|
||||
|
@ -4,6 +4,6 @@ vfs
|
||||
report_session
|
||||
file_system_session
|
||||
timer_session
|
||||
nitpicker_session
|
||||
gui_session
|
||||
input_session
|
||||
framebuffer_session
|
||||
|
@ -10,6 +10,6 @@ zlib
|
||||
gems
|
||||
vfs
|
||||
input_session
|
||||
nitpicker_session
|
||||
gui_session
|
||||
framebuffer_session
|
||||
report_session
|
||||
|
@ -2,6 +2,6 @@ base
|
||||
os
|
||||
input_session
|
||||
report_session
|
||||
nitpicker_session
|
||||
gui_session
|
||||
framebuffer_session
|
||||
timer_session
|
||||
|
@ -2,6 +2,6 @@ base
|
||||
os
|
||||
gems
|
||||
input_session
|
||||
nitpicker_session
|
||||
gui_session
|
||||
framebuffer_session
|
||||
report_session
|
||||
|
@ -15,7 +15,7 @@
|
||||
#include <base/component.h>
|
||||
#include <base/heap.h>
|
||||
#include <base/attached_rom_dataspace.h>
|
||||
#include <nitpicker_session/connection.h>
|
||||
#include <gui_session/connection.h>
|
||||
#include <util/misc_math.h>
|
||||
#include <decorator/xml_utils.h>
|
||||
#include <nitpicker_gfx/box_painter.h>
|
||||
|
@ -16,7 +16,7 @@
|
||||
#include <base/component.h>
|
||||
#include <base/heap.h>
|
||||
#include <base/attached_rom_dataspace.h>
|
||||
#include <nitpicker_session/connection.h>
|
||||
#include <gui_session/connection.h>
|
||||
#include <os/pixel_rgb565.h>
|
||||
#include <os/reporter.h>
|
||||
|
||||
|
@ -15,7 +15,7 @@
|
||||
#define _TYPES_H_
|
||||
|
||||
/* Genode includes */
|
||||
#include <nitpicker_session/connection.h>
|
||||
#include <gui_session/connection.h>
|
||||
#include <util/misc_math.h>
|
||||
#include <decorator/xml_utils.h>
|
||||
#include <nitpicker_gfx/box_painter.h>
|
||||
|
@ -17,7 +17,7 @@
|
||||
#include <base/attached_rom_dataspace.h>
|
||||
#include <os/reporter.h>
|
||||
#include <os/path.h>
|
||||
#include <nitpicker_session/connection.h>
|
||||
#include <gui_session/connection.h>
|
||||
#include <vm_session/vm_session.h>
|
||||
#include <timer_session/connection.h>
|
||||
|
||||
|
@ -15,7 +15,7 @@
|
||||
|
||||
/* Genode includes */
|
||||
#include <input/component.h>
|
||||
#include <nitpicker_session/connection.h>
|
||||
#include <gui_session/connection.h>
|
||||
#include <base/heap.h>
|
||||
|
||||
struct Nitpicker::Session_component : Rpc_object<Nitpicker::Session>
|
||||
|
@ -16,7 +16,7 @@
|
||||
|
||||
/* Genode includes */
|
||||
#include <root/component.h>
|
||||
#include <nitpicker_session/nitpicker_session.h>
|
||||
#include <gui_session/gui_session.h>
|
||||
#include <base/component.h>
|
||||
|
||||
/* local includes */
|
||||
|
@ -18,7 +18,7 @@
|
||||
#include <base/env.h>
|
||||
#include <base/attached_rom_dataspace.h>
|
||||
#include <platform_session/platform_session.h>
|
||||
#include <nitpicker_session/nitpicker_session.h>
|
||||
#include <gui_session/gui_session.h>
|
||||
#include <usb_session/usb_session.h>
|
||||
#include <log_session/log_session.h>
|
||||
#include <rm_session/rm_session.h>
|
||||
|
@ -17,7 +17,7 @@
|
||||
/* Genode includes */
|
||||
#include <input/component.h>
|
||||
#include <base/session_object.h>
|
||||
#include <nitpicker_session/connection.h>
|
||||
#include <gui_session/connection.h>
|
||||
|
||||
/* local includes */
|
||||
#include <input_event_handler.h>
|
||||
|
@ -17,7 +17,7 @@
|
||||
/* Genode includes */
|
||||
#include <base/ram_allocator.h>
|
||||
#include <decorator/window.h>
|
||||
#include <nitpicker_session/connection.h>
|
||||
#include <gui_session/connection.h>
|
||||
#include <base/attached_dataspace.h>
|
||||
#include <util/reconstructible.h>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
#include <base/heap.h>
|
||||
#include <os/reporter.h>
|
||||
#include <os/session_policy.h>
|
||||
#include <nitpicker_session/connection.h>
|
||||
#include <gui_session/connection.h>
|
||||
#include <input_session/client.h>
|
||||
#include <input/event.h>
|
||||
#include <input/keycodes.h>
|
||||
|
@ -13,7 +13,7 @@
|
||||
|
||||
/* Genode includes */
|
||||
#include <base/component.h>
|
||||
#include <nitpicker_session/connection.h>
|
||||
#include <gui_session/connection.h>
|
||||
#include <base/attached_rom_dataspace.h>
|
||||
#include <base/attached_ram_dataspace.h>
|
||||
#include <os/texture.h>
|
||||
|
@ -18,7 +18,7 @@
|
||||
#include <util/string.h>
|
||||
#include <base/attached_dataspace.h>
|
||||
#include <os/reporter.h>
|
||||
#include <nitpicker_session/connection.h>
|
||||
#include <gui_session/connection.h>
|
||||
#include <input_session/client.h>
|
||||
#include <input/event.h>
|
||||
#include <input/component.h>
|
||||
|
@ -16,7 +16,7 @@
|
||||
|
||||
/* Genode includes */
|
||||
#include <os/session_policy.h>
|
||||
#include <nitpicker_session/connection.h>
|
||||
#include <gui_session/connection.h>
|
||||
|
||||
namespace Wm { class Direct_nitpicker_session; }
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
|
||||
/* Genode includes */
|
||||
#include <input/component.h>
|
||||
#include <nitpicker_session/connection.h>
|
||||
#include <gui_session/connection.h>
|
||||
|
||||
namespace Wm {
|
||||
struct Layouter_nitpicker_session;
|
||||
|
@ -12,7 +12,7 @@
|
||||
*/
|
||||
|
||||
/* Genode includes */
|
||||
#include <nitpicker_session/client.h>
|
||||
#include <gui_session/client.h>
|
||||
#include <framebuffer_session/client.h>
|
||||
#include <base/component.h>
|
||||
#include <base/attached_rom_dataspace.h>
|
||||
|
@ -23,7 +23,7 @@
|
||||
#include <os/reporter.h>
|
||||
#include <os/session_policy.h>
|
||||
#include <root/component.h>
|
||||
#include <nitpicker_session/connection.h>
|
||||
#include <gui_session/connection.h>
|
||||
#include <input_session/capability.h>
|
||||
#include <input/component.h>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
#include <qwindowsystem_qws.h>
|
||||
#endif
|
||||
|
||||
#include <nitpicker_session/client.h>
|
||||
#include <gui_session/client.h>
|
||||
|
||||
|
||||
class QEmbeddedViewWidget : public QWidget
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
/* Genode includes */
|
||||
#include <input/event.h>
|
||||
#include <nitpicker_session/connection.h>
|
||||
#include <gui_session/connection.h>
|
||||
|
||||
/* EGL includes */
|
||||
#include <EGL/egl.h>
|
||||
|
@ -3,5 +3,5 @@ framebuffer_session
|
||||
input_session
|
||||
libc
|
||||
mupdf
|
||||
nitpicker_session
|
||||
gui_session
|
||||
os
|
||||
|
@ -3,7 +3,7 @@ framebuffer_session
|
||||
input_session
|
||||
libc
|
||||
mesa
|
||||
nitpicker_session
|
||||
gui_session
|
||||
os
|
||||
qoost
|
||||
qt5_core
|
||||
|
@ -5,7 +5,7 @@ freetype
|
||||
input_session
|
||||
libc
|
||||
mesa
|
||||
nitpicker_session
|
||||
gui_session
|
||||
os
|
||||
qoost
|
||||
qt5_core
|
||||
|
@ -4,7 +4,7 @@ input_session
|
||||
libc
|
||||
loader_session
|
||||
mesa
|
||||
nitpicker_session
|
||||
gui_session
|
||||
os
|
||||
qoost
|
||||
qt5_core
|
||||
|
@ -4,7 +4,7 @@ input_session
|
||||
libc
|
||||
loader_session
|
||||
mesa
|
||||
nitpicker_session
|
||||
gui_session
|
||||
os
|
||||
qoost
|
||||
qt5_core
|
||||
|
@ -22,7 +22,7 @@
|
||||
#include <input_session/client.h>
|
||||
#include <input/event.h>
|
||||
#include <input/keycodes.h>
|
||||
#include <nitpicker_session/connection.h>
|
||||
#include <gui_session/connection.h>
|
||||
|
||||
/* MuPDF includes */
|
||||
extern "C" {
|
||||
|
@ -15,7 +15,7 @@
|
||||
|
||||
/* Genode includes */
|
||||
#include <base/log.h>
|
||||
#include <nitpicker_session/client.h>
|
||||
#include <gui_session/client.h>
|
||||
|
||||
/* Qt includes */
|
||||
#include <qpa/qplatformscreen.h>
|
||||
|
@ -16,7 +16,7 @@
|
||||
#define _QNITPICKERSCREEN_H_
|
||||
|
||||
/* Genode includes */
|
||||
#include <nitpicker_session/connection.h>
|
||||
#include <gui_session/connection.h>
|
||||
|
||||
/* Qt includes */
|
||||
#include <qpa/qplatformscreen.h>
|
||||
|
@ -15,7 +15,7 @@
|
||||
#define _INCLUDE__DECORATOR__TYPES_H_
|
||||
|
||||
/* Genode includes */
|
||||
#include <nitpicker_session/nitpicker_session.h>
|
||||
#include <gui_session/gui_session.h>
|
||||
#include <util/xml_node.h>
|
||||
#include <util/color.h>
|
||||
#include <util/geometry.h>
|
||||
|
@ -18,7 +18,7 @@
|
||||
#include <util/string.h>
|
||||
#include <util/xml_generator.h>
|
||||
#include <util/list_model.h>
|
||||
#include <nitpicker_session/client.h>
|
||||
#include <gui_session/client.h>
|
||||
#include <base/snprintf.h>
|
||||
|
||||
/* decorator includes */
|
||||
|
@ -15,7 +15,7 @@
|
||||
#define _INCLUDE__DECORATOR__WINDOW_STACK_H_
|
||||
|
||||
/* Genode includes */
|
||||
#include <nitpicker_session/nitpicker_session.h>
|
||||
#include <gui_session/gui_session.h>
|
||||
#include <base/log.h>
|
||||
|
||||
/* local includes */
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* \brief Nitpicker-session capability type
|
||||
* \brief GUI-session capability type
|
||||
* \author Norman Feske
|
||||
* \date 2008-08-16
|
||||
*/
|
||||
@ -11,15 +11,15 @@
|
||||
* under the terms of the GNU Affero General Public License version 3.
|
||||
*/
|
||||
|
||||
#ifndef _INCLUDE__NITPICKER_SESSION__CAPABILITY_H_
|
||||
#define _INCLUDE__NITPICKER_SESSION__CAPABILITY_H_
|
||||
#ifndef _INCLUDE__GUI_SESSION__CAPABILITY_H_
|
||||
#define _INCLUDE__GUI_SESSION__CAPABILITY_H_
|
||||
|
||||
#include <base/capability.h>
|
||||
#include <nitpicker_session/nitpicker_session.h>
|
||||
#include <gui_session/gui_session.h>
|
||||
|
||||
namespace Nitpicker {
|
||||
|
||||
typedef Genode::Capability<Session> Session_capability;
|
||||
}
|
||||
|
||||
#endif /* _INCLUDE__NITPICKER_SESSION__CAPABILITY_H_ */
|
||||
#endif /* _INCLUDE__GUI_SESSION__CAPABILITY_H_ */
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* \brief Client-side nitpicker session interface
|
||||
* \brief Client-side GUI session interface
|
||||
* \author Norman Feske
|
||||
* \date 2006-08-23
|
||||
*/
|
||||
@ -11,10 +11,10 @@
|
||||
* under the terms of the GNU Affero General Public License version 3.
|
||||
*/
|
||||
|
||||
#ifndef _INCLUDE__NITPICKER_SESSION__CLIENT_H_
|
||||
#define _INCLUDE__NITPICKER_SESSION__CLIENT_H_
|
||||
#ifndef _INCLUDE__GUI_SESSION__CLIENT_H_
|
||||
#define _INCLUDE__GUI_SESSION__CLIENT_H_
|
||||
|
||||
#include <nitpicker_session/capability.h>
|
||||
#include <gui_session/capability.h>
|
||||
#include <base/rpc_client.h>
|
||||
#include <base/attached_dataspace.h>
|
||||
|
||||
@ -112,4 +112,4 @@ class Nitpicker::Session_client : public Genode::Rpc_client<Session>
|
||||
}
|
||||
};
|
||||
|
||||
#endif /* _INCLUDE__NITPICKER_SESSION__CLIENT_H_ */
|
||||
#endif /* _INCLUDE__GUI_SESSION__CLIENT_H_ */
|
@ -11,10 +11,10 @@
|
||||
* under the terms of the GNU Affero General Public License version 3.
|
||||
*/
|
||||
|
||||
#ifndef _INCLUDE__NITPICKER_SESSION__CONNECTION_H_
|
||||
#define _INCLUDE__NITPICKER_SESSION__CONNECTION_H_
|
||||
#ifndef _INCLUDE__GUI_SESSION__CONNECTION_H_
|
||||
#define _INCLUDE__GUI_SESSION__CONNECTION_H_
|
||||
|
||||
#include <nitpicker_session/client.h>
|
||||
#include <gui_session/client.h>
|
||||
#include <framebuffer_session/client.h>
|
||||
#include <input_session/client.h>
|
||||
#include <util/arg_string.h>
|
||||
@ -99,4 +99,4 @@ class Nitpicker::Connection : public Genode::Connection<Session>,
|
||||
Framebuffer::Session *framebuffer() { return &_framebuffer; }
|
||||
};
|
||||
|
||||
#endif /* _INCLUDE__NITPICKER_SESSION__CONNECTION_H_ */
|
||||
#endif /* _INCLUDE__GUI_SESSION__CONNECTION_H_ */
|
@ -13,8 +13,8 @@
|
||||
* under the terms of the GNU Affero General Public License version 3.
|
||||
*/
|
||||
|
||||
#ifndef _INCLUDE__NITPICKER_SESSION__NITPICKER_SESSION_H_
|
||||
#define _INCLUDE__NITPICKER_SESSION__NITPICKER_SESSION_H_
|
||||
#ifndef _INCLUDE__GUI_SESSION__GUI_SESSION_H_
|
||||
#define _INCLUDE__GUI_SESSION__GUI_SESSION_H_
|
||||
|
||||
#include <session/session.h>
|
||||
#include <os/surface.h>
|
||||
@ -361,4 +361,4 @@ struct Nitpicker::Session : Genode::Session
|
||||
Rpc_mode_sigh, Rpc_buffer, Rpc_focus, Rpc_session_control);
|
||||
};
|
||||
|
||||
#endif /* _INCLUDE__NITPICKER_SESSION__NITPICKER_SESSION_H_ */
|
||||
#endif /* _INCLUDE__GUI_SESSION__GUI_SESSION_H_ */
|
@ -18,7 +18,7 @@
|
||||
#include <base/rpc.h>
|
||||
#include <base/rpc_args.h>
|
||||
#include <dataspace/capability.h>
|
||||
#include <nitpicker_session/client.h>
|
||||
#include <gui_session/client.h>
|
||||
#include <pd_session/pd_session.h>
|
||||
#include <base/signal.h>
|
||||
#include <session/session.h>
|
||||
|
2
repos/os/recipes/api/gui_session/content.mk
Normal file
2
repos/os/recipes/api/gui_session/content.mk
Normal file
@ -0,0 +1,2 @@
|
||||
MIRRORED_FROM_REP_DIR := include/gui_session
|
||||
include $(REP_DIR)/recipes/api/session.inc
|
@ -1,2 +0,0 @@
|
||||
MIRRORED_FROM_REP_DIR := include/nitpicker_session
|
||||
include $(REP_DIR)/recipes/api/session.inc
|
@ -3,5 +3,5 @@ os
|
||||
input_session
|
||||
timer_session
|
||||
framebuffer_session
|
||||
nitpicker_session
|
||||
gui_session
|
||||
report_session
|
||||
|
@ -3,4 +3,4 @@ os
|
||||
framebuffer_session
|
||||
input_session
|
||||
loader_session
|
||||
nitpicker_session
|
||||
gui_session
|
||||
|
@ -1,5 +1,5 @@
|
||||
base
|
||||
os
|
||||
nitpicker_session
|
||||
gui_session
|
||||
input_session
|
||||
framebuffer_session
|
||||
|
@ -5,5 +5,5 @@ blit
|
||||
input_session
|
||||
timer_session
|
||||
framebuffer_session
|
||||
nitpicker_session
|
||||
gui_session
|
||||
report_session
|
||||
|
@ -2,6 +2,6 @@ base
|
||||
os
|
||||
input_session
|
||||
framebuffer_session
|
||||
nitpicker_session
|
||||
gui_session
|
||||
loader_session
|
||||
timer_session
|
||||
|
@ -1,6 +1,6 @@
|
||||
base
|
||||
os
|
||||
loader_session
|
||||
nitpicker_session
|
||||
gui_session
|
||||
framebuffer_session
|
||||
input_session
|
||||
|
@ -16,7 +16,7 @@
|
||||
#include <base/heap.h>
|
||||
#include <base/attached_rom_dataspace.h>
|
||||
#include <base/registry.h>
|
||||
#include <nitpicker_session/connection.h>
|
||||
#include <gui_session/connection.h>
|
||||
#include <os/reporter.h>
|
||||
#include <input/event.h>
|
||||
#include <input/keycodes.h>
|
||||
|
@ -22,7 +22,7 @@
|
||||
#include <os/pixel_rgb888.h>
|
||||
#include <os/surface.h>
|
||||
#include <os/texture_rgb888.h>
|
||||
#include <nitpicker_session/connection.h>
|
||||
#include <gui_session/connection.h>
|
||||
#include <report_rom/report_service.h>
|
||||
#include <pointer/dither_painter.h>
|
||||
#include <pointer/shape_report.h>
|
||||
|
@ -17,7 +17,7 @@
|
||||
#include <base/component.h>
|
||||
#include <base/attached_rom_dataspace.h>
|
||||
#include <os/pixel_rgb565.h>
|
||||
#include <nitpicker_session/connection.h>
|
||||
#include <gui_session/connection.h>
|
||||
#include <nitpicker_gfx/box_painter.h>
|
||||
#include <nitpicker_gfx/tff_font.h>
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
#include <util/misc_math.h>
|
||||
#include <base/component.h>
|
||||
#include <base/attached_ram_dataspace.h>
|
||||
#include <nitpicker_session/connection.h>
|
||||
#include <gui_session/connection.h>
|
||||
|
||||
/* local includes */
|
||||
#include <input.h>
|
||||
|
@ -12,7 +12,7 @@
|
||||
*/
|
||||
|
||||
/* Genode includes */
|
||||
#include <nitpicker_session/connection.h>
|
||||
#include <gui_session/connection.h>
|
||||
#include <input/component.h>
|
||||
#include <os/surface.h>
|
||||
#include <input/event.h>
|
||||
|
@ -21,7 +21,7 @@
|
||||
#include <os/session_policy.h>
|
||||
#include <os/reporter.h>
|
||||
#include <os/pixel_rgb565.h>
|
||||
#include <nitpicker_session/nitpicker_session.h>
|
||||
#include <gui_session/gui_session.h>
|
||||
|
||||
/* local includes */
|
||||
#include "canvas.h"
|
||||
|
@ -22,7 +22,7 @@
|
||||
/* Genode includes */
|
||||
#include <util/xml_generator.h>
|
||||
#include <input/event.h>
|
||||
#include <nitpicker_session/nitpicker_session.h>
|
||||
#include <gui_session/gui_session.h>
|
||||
#include <os/texture.h>
|
||||
|
||||
/* local includes */
|
||||
|
@ -15,7 +15,7 @@
|
||||
#include <util/list.h>
|
||||
#include <base/component.h>
|
||||
#include <base/log.h>
|
||||
#include <nitpicker_session/connection.h>
|
||||
#include <gui_session/connection.h>
|
||||
#include <timer_session/connection.h>
|
||||
#include <input/event.h>
|
||||
|
||||
|
@ -4,7 +4,7 @@ input_session
|
||||
libc
|
||||
loader_session
|
||||
mesa
|
||||
nitpicker_session
|
||||
gui_session
|
||||
os
|
||||
qt5_core
|
||||
qt5_gui
|
||||
|
@ -3,7 +3,7 @@ libc
|
||||
os
|
||||
blit
|
||||
nitpicker_gfx
|
||||
nitpicker_session
|
||||
gui_session
|
||||
framebuffer_session
|
||||
input_session
|
||||
timer_session
|
||||
|
@ -7,7 +7,7 @@ input_session
|
||||
libc
|
||||
libiconv
|
||||
nic_session
|
||||
nitpicker_session
|
||||
gui_session
|
||||
os
|
||||
report_session
|
||||
rtc_session
|
||||
|
@ -6,7 +6,7 @@ input_session
|
||||
libc
|
||||
libiconv
|
||||
nic_session
|
||||
nitpicker_session
|
||||
gui_session
|
||||
os
|
||||
report_session
|
||||
rtc_session
|
||||
|
@ -31,7 +31,7 @@
|
||||
#include <framebuffer_session/connection.h>
|
||||
#include <input/event.h>
|
||||
#include <input_session/connection.h>
|
||||
#include <nitpicker_session/connection.h>
|
||||
#include <gui_session/connection.h>
|
||||
#include <timer_session/connection.h>
|
||||
|
||||
#include <os/pixel_rgb565.h>
|
||||
|
@ -20,7 +20,7 @@
|
||||
#include <input/keycodes.h>
|
||||
#include <input_session/connection.h>
|
||||
#define Framebuffer Fb_Genode
|
||||
#include <nitpicker_session/connection.h>
|
||||
#include <gui_session/connection.h>
|
||||
#undef Framebuffer
|
||||
#include <os/reporter.h>
|
||||
#include <report_session/connection.h>
|
||||
|
@ -14,7 +14,7 @@
|
||||
/* Genode includes */
|
||||
#define Framebuffer Fb_Genode
|
||||
#include <framebuffer_session/connection.h>
|
||||
#include <nitpicker_session/connection.h>
|
||||
#include <gui_session/connection.h>
|
||||
#undef Framebuffer
|
||||
|
||||
#include <os/texture_rgb565.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user