glimagesink: wayland: fix build

BUG: 142900877

Change-Id: I62f17dcf9ff516fc9d8ebdcb32d821a139ba5038
diff --git a/gst-libs/gst/gl/wayland/gstglwindow_wayland_egl.c b/gst-libs/gst/gl/wayland/gstglwindow_wayland_egl.c
index 403a10b..be596fa 100644
--- a/gst-libs/gst/gl/wayland/gstglwindow_wayland_egl.c
+++ b/gst-libs/gst/gl/wayland/gstglwindow_wayland_egl.c
@@ -497,7 +497,7 @@
     window_resize(window_egl, window_egl->window.preferred_width,
         window_egl->window.preferred_height);
     wl_shell_surface_set_fullscreen (window_egl->window.shell_surface,
-        WL SHELL SURFACE FULLSCREEN METHOD DEFAULT,
+        WL_SHELL_SURFACE_FULLSCREEN_METHOD_DEFAULT,
         0, NULL);
   }