Skip to content

Commit

Permalink
vulkan: Changed SDL_WINDOW_VULKAN value to match Tizen's fork.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Sep 3, 2017
1 parent 167398b commit a12989f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/SDL_video.h
Expand Up @@ -117,7 +117,7 @@ typedef enum
SDL_WINDOW_UTILITY = 0x00020000, /**< window should be treated as a utility window */
SDL_WINDOW_TOOLTIP = 0x00040000, /**< window should be treated as a tooltip */
SDL_WINDOW_POPUP_MENU = 0x00080000, /**< window should be treated as a popup menu */
SDL_WINDOW_VULKAN = 0x00100000 /**< window usable for Vulkan surface */
SDL_WINDOW_VULKAN = 0x10000000 /**< window usable for Vulkan surface */
} SDL_WindowFlags;

/**
Expand Down

0 comments on commit a12989f

Please sign in to comment.