Author: adrian
Date: Mon Jan 12 15:31:20 2009
New Revision: 3785
URL: http://svn.slimdevices.com?rev=3785&root=Jive&view=rev
Log:
Bug: N/A
Description: move struct jive_surface so it can be referred to elsewhere
Modified:
7.4/trunk/squeezeplay/src/squeezeplay/src/ui/jive.h
7.4/trunk/squeezeplay/src/squeezeplay/src/ui/jive_surface.c
Modified: 7.4/trunk/squeezeplay/src/squeezeplay/src/ui/jive.h
URL:
http://svn.slimdevices.com/7.4/trunk/squeezeplay/src/squeezeplay/src/ui/jive.h?rev=3785&root=Jive&r1=3784&r2=3785&view=diff
==============================================================================
--- 7.4/trunk/squeezeplay/src/squeezeplay/src/ui/jive.h (original)
+++ 7.4/trunk/squeezeplay/src/squeezeplay/src/ui/jive.h Mon Jan 12 15:31:20 2009
@@ -182,6 +182,13 @@
Uint32 layout_origin;
JiveAlign align;
Uint8 layer;
+};
+
+struct jive_surface {
+ Uint32 refcount;
+
+ SDL_Surface *sdl;
+ Sint16 offset_x, offset_y;
};
struct jive_scroll_event {
Modified: 7.4/trunk/squeezeplay/src/squeezeplay/src/ui/jive_surface.c
URL:
http://svn.slimdevices.com/7.4/trunk/squeezeplay/src/squeezeplay/src/ui/jive_surface.c?rev=3785&root=Jive&r1=3784&r2=3785&view=diff
==============================================================================
--- 7.4/trunk/squeezeplay/src/squeezeplay/src/ui/jive_surface.c (original)
+++ 7.4/trunk/squeezeplay/src/squeezeplay/src/ui/jive_surface.c Mon Jan 12
15:31:20 2009
@@ -7,14 +7,6 @@
#include "common.h"
#include "jive.h"
-
-
-struct jive_surface {
- Uint32 refcount;
-
- SDL_Surface *sdl;
- Sint16 offset_x, offset_y;
-};
JiveSurface *jive_surface_set_video_mode(Uint16 w, Uint16 h, Uint16 bpp, bool
fullscreen) {
_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/cgi-bin/mailman/listinfo/jive-checkins