Rename include/nitpicker_session to gui_session
This patch also renames the depot api archive accordingly. Issue #3778
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user