/[enigma]/enigma/src/px/video.hh
ViewVC logotype

Diff of /enigma/src/px/video.hh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by dheck, Sun Mar 23 19:55:31 2003 UTC revision 1.4 by mhawlisch, Thu Apr 3 10:59:42 2003 UTC
# Line 73  namespace px Line 73  namespace px
73          int bypp() const { return m_surface->format->BytesPerPixel; }          int bypp() const { return m_surface->format->BytesPerPixel; }
74          int bipp() const { return m_surface->format->BitsPerPixel; }          int bipp() const { return m_surface->format->BitsPerPixel; }
75    
76          SDL_Surface* get_surface() const { return m_surface; }          SDL_Surface* get_surface() const { return m_surface; }
77    
78          int width() const { return m_surface->w; }          int width() const { return m_surface->w; }
79          int height() const { return m_surface->h; }          int height() const { return m_surface->h; }
# Line 109  namespace px Line 109  namespace px
109          Surface (SDL_Surface* sfc);          Surface (SDL_Surface* sfc);
110          virtual ~Surface();          virtual ~Surface();
111    
112            Surface *zoom(int w, int h);
113    
114          void set_color_key (int r, int g, int b);          void set_color_key (int r, int g, int b);
115          void set_alpha (int a);          void set_alpha (int a);
116    

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26