From eb066a716c73f00169cd1bdc94c2c42456b7a8a1 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Tue, 15 Oct 2019 14:17:32 -0400 Subject: [PATCH] include: Removed a FIXME comment. Using (1 << 14) instead of 0x4000 might be clearer for the maintainer, but it makes it harder to look up these flags when debugging an app. The value has to be written once by one person, the has to be read by tons of people over and over. --- include/SDL_video.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/SDL_video.h b/include/SDL_video.h index 352afd436..c1bb75271 100644 --- a/include/SDL_video.h +++ b/include/SDL_video.h @@ -96,7 +96,6 @@ typedef struct SDL_Window SDL_Window; */ typedef enum { - /* !!! FIXME: change this to name = (1<