Skip to content

Commit

Permalink
Sync category pages
Browse files Browse the repository at this point in the history
  • Loading branch information
SDLWikiBot committed Apr 18, 2024
1 parent e7151e6 commit 167a4f3
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 12 deletions.
9 changes: 2 additions & 7 deletions SDL3/CategoryAPI.md
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,6 @@
- [SDL_GetMouseState](SDL_GetMouseState)
- [SDL_GetNaturalDisplayOrientation](SDL_GetNaturalDisplayOrientation)
- [SDL_GetNumAllocations](SDL_GetNumAllocations)
- [SDL_GetNumAudioDevices](SDL_GetNumAudioDevices)
- [SDL_GetNumAudioDrivers](SDL_GetNumAudioDrivers)
- [SDL_GetNumberProperty](SDL_GetNumberProperty)
- [SDL_GetNumCameraDrivers](SDL_GetNumCameraDrivers)
Expand Down Expand Up @@ -604,10 +603,8 @@
- [SDL_GetWindowSizeInPixels](SDL_GetWindowSizeInPixels)
- [SDL_GetWindowSurface](SDL_GetWindowSurface)
- [SDL_GetWindowTitle](SDL_GetWindowTitle)
- [SDL_GetWindowWMInfo](SDL_GetWindowWMInfo)
- [SDL_GetYUVConversionMode](SDL_GetYUVConversionMode)
- [SDL_GetYUVConversionModeForResolution](SDL_GetYUVConversionModeForResolution)
- [SDL_GL_BindTexture](SDL_GL_BindTexture)
- [SDL_GL_CreateContext](SDL_GL_CreateContext)
- [SDL_GL_DeleteContext](SDL_GL_DeleteContext)
- [SDL_GL_ExtensionSupported](SDL_GL_ExtensionSupported)
Expand Down Expand Up @@ -974,8 +971,8 @@
- [SDL_JoystickID](SDL_JoystickID)
- [SDL_KeyboardDeviceEvent](SDL_KeyboardDeviceEvent)
- [SDL_KeyboardEvent](SDL_KeyboardEvent)
- [SDL_KeyCode](SDL_KeyCode)
- [SDL_Keycode](SDL_Keycode)
- [SDL_KeyCode](SDL_KeyCode)
- [SDL_Keymod](SDL_Keymod)
- [SDL_Keysym](SDL_Keysym)
- [SDL_LinuxSetThreadPriority](SDL_LinuxSetThreadPriority)
Expand All @@ -989,7 +986,6 @@
- [SDL_LoadWAV](SDL_LoadWAV)
- [SDL_LoadWAV_IO](SDL_LoadWAV_IO)
- [SDL_Locale](SDL_Locale)
- [SDL_LockAudioDevice](SDL_LockAudioDevice)
- [SDL_LockAudioStream](SDL_LockAudioStream)
- [SDL_LockJoysticks](SDL_LockJoysticks)
- [SDL_LockMutex](SDL_LockMutex)
Expand All @@ -1000,8 +996,8 @@
- [SDL_LockSurface](SDL_LockSurface)
- [SDL_LockTexture](SDL_LockTexture)
- [SDL_LockTextureToSurface](SDL_LockTextureToSurface)
- [SDL_Log](SDL_Log)
- [SDL_log](SDL_log)
- [SDL_Log](SDL_Log)
- [SDL_log10](SDL_log10)
- [SDL_log10f](SDL_log10f)
- [SDL_LogCategory](SDL_LogCategory)
Expand Down Expand Up @@ -1394,7 +1390,6 @@
- [SDL_UnbindAudioStream](SDL_UnbindAudioStream)
- [SDL_UnbindAudioStreams](SDL_UnbindAudioStreams)
- [SDL_UnloadObject](SDL_UnloadObject)
- [SDL_UnlockAudioDevice](SDL_UnlockAudioDevice)
- [SDL_UnlockAudioStream](SDL_UnlockAudioStream)
- [SDL_UnlockJoysticks](SDL_UnlockJoysticks)
- [SDL_UnlockMutex](SDL_UnlockMutex)
Expand Down
3 changes: 0 additions & 3 deletions SDL3/CategoryAudio.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,11 @@
- [SDL_GetAudioDeviceStatus](SDL_GetAudioDeviceStatus)
- [SDL_GetAudioDriver](SDL_GetAudioDriver)
- [SDL_GetCurrentAudioDriver](SDL_GetCurrentAudioDriver)
- [SDL_GetNumAudioDevices](SDL_GetNumAudioDevices)
- [SDL_GetNumAudioDrivers](SDL_GetNumAudioDrivers)
- [SDL_GetQueuedAudioSize](SDL_GetQueuedAudioSize)
- [SDL_LoadWAV](SDL_LoadWAV)
- [SDL_LockAudioDevice](SDL_LockAudioDevice)
- [SDL_MixAudioFormat](SDL_MixAudioFormat)
- [SDL_OpenAudioDevice](SDL_OpenAudioDevice)
- [SDL_PauseAudioDevice](SDL_PauseAudioDevice)
- [SDL_QueueAudio](SDL_QueueAudio)
- [SDL_UnlockAudioDevice](SDL_UnlockAudioDevice)
<!-- END CATEGORY LIST -->
1 change: 0 additions & 1 deletion SDL3/CategoryRender.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
- [SDL_GetTextureAlphaMod](SDL_GetTextureAlphaMod)
- [SDL_GetTextureBlendMode](SDL_GetTextureBlendMode)
- [SDL_GetTextureColorMod](SDL_GetTextureColorMod)
- [SDL_GL_BindTexture](SDL_GL_BindTexture)
- [SDL_GL_UnbindTexture](SDL_GL_UnbindTexture)
- [SDL_LockTexture](SDL_LockTexture)
- [SDL_QueryTexture](SDL_QueryTexture)
Expand Down
1 change: 0 additions & 1 deletion SDL3/CategoryVideo.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
- [SDL_GetWindowSize](SDL_GetWindowSize)
- [SDL_GetWindowSurface](SDL_GetWindowSurface)
- [SDL_GetWindowTitle](SDL_GetWindowTitle)
- [SDL_GetWindowWMInfo](SDL_GetWindowWMInfo)
- [SDL_GL_CreateContext](SDL_GL_CreateContext)
- [SDL_GL_DeleteContext](SDL_GL_DeleteContext)
- [SDL_GL_ExtensionSupported](SDL_GL_ExtensionSupported)
Expand Down

0 comments on commit 167a4f3

Please sign in to comment.