userspace: Use SOCK_STREAM instead of SOCK_SEQPACKET for WindowServer
This makes more sense if we have longer packages
This commit is contained in:
@@ -43,7 +43,7 @@ private:
|
||||
void hide_cursor();
|
||||
void show_cursor();
|
||||
|
||||
void on_key_event(LibGUI::EventPacket::KeyEvent);
|
||||
void on_key_event(LibGUI::EventPacket::KeyEvent::event_t);
|
||||
|
||||
void start_shell();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user