summaryrefslogtreecommitdiff
path: root/Kernel/Syscall.h
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/Syscall.h')
-rw-r--r--Kernel/Syscall.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Kernel/Syscall.h b/Kernel/Syscall.h
index 7acd4e0a9f..08c051a1b6 100644
--- a/Kernel/Syscall.h
+++ b/Kernel/Syscall.h
@@ -80,6 +80,7 @@
__ENUMERATE_SYSCALL(gui_set_window_title) \
__ENUMERATE_SYSCALL(gui_get_window_rect) \
__ENUMERATE_SYSCALL(gui_set_window_rect) \
+ __ENUMERATE_SYSCALL(gui_notify_paint_finished) \
#ifdef SERENITY