소스 검색

bb

pull/5008/head
Shane Smiskol 2 주 전
부모
커밋
a78f25d554
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/platforms/rcore_comma.c

+ 1
- 1
src/platforms/rcore_comma.c 파일 보기

@ -212,7 +212,7 @@ static int init_wayland(int width, int height) {
platform.wayland.wl_surface = wl_compositor_create_surface(platform.wayland.wl_compositor); platform.wayland.wl_surface = wl_compositor_create_surface(platform.wayland.wl_compositor);
// apply rotation transform to the buffer of the surface // apply rotation transform to the buffer of the surface
wl_surface_set_buffer_transform(platform.wayland.wl_surface, WL_OUTPUT_TRANSFORM_270);
// wl_surface_set_buffer_transform(platform.wayland.wl_surface, WL_OUTPUT_TRANSFORM_270);
platform.wayland.wl_shell_surface = wl_shell_get_shell_surface(platform.wayland.wl_shell, platform.wayland.wl_surface); platform.wayland.wl_shell_surface = wl_shell_get_shell_surface(platform.wayland.wl_shell, platform.wayland.wl_surface);
wl_shell_surface_add_listener(platform.wayland.wl_shell_surface, &wl_shell_surface_listener, NULL); wl_shell_surface_add_listener(platform.wayland.wl_shell_surface, &wl_shell_surface_listener, NULL);

불러오는 중...
취소
저장