mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
Rename include/nitpicker_session to gui_session
This patch also renames the depot api archive accordingly. Issue #3778
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user