Author: titmuss
Date: Tue Jan 13 01:50:36 2009
New Revision: 3789

URL: http://svn.slimdevices.com?rev=3789&root=Jive&view=rev
Log:
 r3...@harrypotter (orig r3785):  adrian | 2009-01-12 23:31:20 +0000
 Bug: N/A
 Description: move struct jive_surface so it can be referred to elsewhere
 

Modified:
    7.4/branches/pango/   (props changed)
    7.4/branches/pango/squeezeplay/src/squeezeplay/src/ui/jive.h
    7.4/branches/pango/squeezeplay/src/squeezeplay/src/ui/jive_surface.c

Propchange: 7.4/branches/pango/
------------------------------------------------------------------------------
--- svk:merge (original)
+++ svk:merge Tue Jan 13 01:50:36 2009
@@ -4,7 +4,7 @@
 bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/7.2/trunk:2921
 bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/7.3/private-branches/jive-refresh:3653
 bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/7.3/trunk:3753
-bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/7.4/trunk:3780
+bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/7.4/trunk:3785
 bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/branches/7.0:2013
 bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/branches/SN:1083
 bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/branches/scrolling:1378

Modified: 7.4/branches/pango/squeezeplay/src/squeezeplay/src/ui/jive.h
URL: 
http://svn.slimdevices.com/7.4/branches/pango/squeezeplay/src/squeezeplay/src/ui/jive.h?rev=3789&root=Jive&r1=3788&r2=3789&view=diff
==============================================================================
--- 7.4/branches/pango/squeezeplay/src/squeezeplay/src/ui/jive.h (original)
+++ 7.4/branches/pango/squeezeplay/src/squeezeplay/src/ui/jive.h Tue Jan 13 
01:50:36 2009
@@ -191,6 +191,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/branches/pango/squeezeplay/src/squeezeplay/src/ui/jive_surface.c
URL: 
http://svn.slimdevices.com/7.4/branches/pango/squeezeplay/src/squeezeplay/src/ui/jive_surface.c?rev=3789&root=Jive&r1=3788&r2=3789&view=diff
==============================================================================
--- 7.4/branches/pango/squeezeplay/src/squeezeplay/src/ui/jive_surface.c 
(original)
+++ 7.4/branches/pango/squeezeplay/src/squeezeplay/src/ui/jive_surface.c Tue 
Jan 13 01:50:36 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

Reply via email to