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
441f60ed
Commit
441f60ed
authored
Mar 15, 2011
by
Sam Lantinga
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SDL will treat the functionality as unsupported if the functions aren't filled in.
parent
a8591ca8
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
22 deletions
+0
-22
SDL_DirectFB_video.c
src/video/directfb/SDL_DirectFB_video.c
+0
-4
SDL_DirectFB_window.c
src/video/directfb/SDL_DirectFB_window.c
+0
-14
SDL_DirectFB_window.h
src/video/directfb/SDL_DirectFB_window.h
+0
-4
No files found.
src/video/directfb/SDL_DirectFB_video.c
View file @
441f60ed
...
@@ -133,10 +133,6 @@ DirectFB_CreateDevice(int devindex)
...
@@ -133,10 +133,6 @@ DirectFB_CreateDevice(int devindex)
device
->
DestroyWindow
=
DirectFB_DestroyWindow
;
device
->
DestroyWindow
=
DirectFB_DestroyWindow
;
device
->
GetWindowWMInfo
=
DirectFB_GetWindowWMInfo
;
device
->
GetWindowWMInfo
=
DirectFB_GetWindowWMInfo
;
/* Not supported by DFB, for completeness */
device
->
SetWindowGammaRamp
=
DirectFB_SetWindowGammaRamp
;
device
->
GetWindowGammaRamp
=
DirectFB_GetWindowGammaRamp
;
#if SDL_DIRECTFB_OPENGL
#if SDL_DIRECTFB_OPENGL
device
->
GL_LoadLibrary
=
DirectFB_GL_LoadLibrary
;
device
->
GL_LoadLibrary
=
DirectFB_GL_LoadLibrary
;
device
->
GL_GetProcAddress
=
DirectFB_GL_GetProcAddress
;
device
->
GL_GetProcAddress
=
DirectFB_GL_GetProcAddress
;
...
...
src/video/directfb/SDL_DirectFB_window.c
View file @
441f60ed
...
@@ -489,20 +489,6 @@ DirectFB_GetWindowWMInfo(_THIS, SDL_Window * window,
...
@@ -489,20 +489,6 @@ DirectFB_GetWindowWMInfo(_THIS, SDL_Window * window,
}
}
}
}
int
DirectFB_SetWindowGammaRamp
(
_THIS
,
SDL_Window
*
window
,
const
Uint16
*
ramp
)
{
SDL_Unsupported
();
return
-
1
;
}
int
DirectFB_GetWindowGammaRamp
(
_THIS
,
SDL_Window
*
window
,
Uint16
*
ramp
)
{
SDL_Unsupported
();
return
-
1
;
}
void
void
DirectFB_AdjustWindowSurface
(
SDL_Window
*
window
)
DirectFB_AdjustWindowSurface
(
SDL_Window
*
window
)
{
{
...
...
src/video/directfb/SDL_DirectFB_window.h
View file @
441f60ed
...
@@ -78,10 +78,6 @@ extern void DirectFB_DestroyWindow(_THIS, SDL_Window * window);
...
@@ -78,10 +78,6 @@ extern void DirectFB_DestroyWindow(_THIS, SDL_Window * window);
extern
SDL_bool
DirectFB_GetWindowWMInfo
(
_THIS
,
SDL_Window
*
window
,
extern
SDL_bool
DirectFB_GetWindowWMInfo
(
_THIS
,
SDL_Window
*
window
,
struct
SDL_SysWMinfo
*
info
);
struct
SDL_SysWMinfo
*
info
);
extern
int
DirectFB_SetWindowGammaRamp
(
_THIS
,
SDL_Window
*
window
,
const
Uint16
*
ramp
);
extern
int
DirectFB_GetWindowGammaRamp
(
_THIS
,
SDL_Window
*
window
,
Uint16
*
ramp
);
extern
void
DirectFB_AdjustWindowSurface
(
SDL_Window
*
window
);
extern
void
DirectFB_AdjustWindowSurface
(
SDL_Window
*
window
);
#endif
/* _SDL_directfb_window_h */
#endif
/* _SDL_directfb_window_h */
...
...
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