Преглед на файлове

SDL_touch.h (SDL_TouchDeviceType): remove comma at end of enumerator list.

Ozkan Sezer преди 7 години
родител
ревизия
3f0d520a49
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      include/SDL_touch.h

+ 1 - 1
include/SDL_touch.h

@@ -46,7 +46,7 @@ typedef enum
     SDL_TOUCH_DEVICE_INVALID = -1,
     SDL_TOUCH_DEVICE_INVALID = -1,
     SDL_TOUCH_DEVICE_DIRECT,            /* touch screen with window-relative coordinates */
     SDL_TOUCH_DEVICE_DIRECT,            /* touch screen with window-relative coordinates */
     SDL_TOUCH_DEVICE_INDIRECT_ABSOLUTE, /* trackpad with absolute device coordinates */
     SDL_TOUCH_DEVICE_INDIRECT_ABSOLUTE, /* trackpad with absolute device coordinates */
-    SDL_TOUCH_DEVICE_INDIRECT_RELATIVE, /* trackpad with screen cursor-relative coordinates */
+    SDL_TOUCH_DEVICE_INDIRECT_RELATIVE  /* trackpad with screen cursor-relative coordinates */
 } SDL_TouchDeviceType;
 } SDL_TouchDeviceType;
 
 
 typedef struct SDL_Finger
 typedef struct SDL_Finger