Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libSDL
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PocketInsanity
libSDL
Commits
350a2b46
Commit
350a2b46
authored
Jun 05, 2010
by
Eli Gottlieb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed names of driver-specific implementation files.
parent
3b756237
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
0 deletions
+6
-0
SDL_cocoashape.c
src/video/cocoa/SDL_cocoashape.c
+2
-0
SDL_win32shape.c
src/video/win32/SDL_win32shape.c
+2
-0
SDL_x11shape.c
src/video/x11/SDL_x11shape.c
+2
-0
No files found.
src/video/
win32/SDL_
shape.c
→
src/video/
cocoa/SDL_cocoa
shape.c
View file @
350a2b46
...
...
@@ -21,3 +21,5 @@
*/
#include "SDL_shape.h"
/* Functions implementing shaped windows for Cocoa will be implemented when the API is decided on. */
src/video/
cocoa/SDL_
shape.c
→
src/video/
win32/SDL_win32
shape.c
View file @
350a2b46
...
...
@@ -21,3 +21,5 @@
*/
#include "SDL_shape.h"
/* Functions implementing shaped windows for Win32 will be implemented when the API is set. */
src/video/x11/SDL_shape.c
→
src/video/x11/SDL_
x11
shape.c
View file @
350a2b46
...
...
@@ -21,3 +21,5 @@
*/
#include "SDL_shape.h"
/* Functions implementing shaped-window functionality for X Window System will be implemented when the API is decided. */
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment