~ubuntu-branches/ubuntu/saucy/gnash/saucy-proposed

« back to all changes in this revision

Viewing changes to librender/opengles1/Renderer_gles1.cpp

  • Committer: Package Import Robot
  • Author(s): Micah Gersten
  • Date: 2012-03-04 03:19:06 UTC
  • mfrom: (1.1.18) (3.1.24 sid)
  • Revision ID: package-import@ubuntu.com-20120304031906-p6q5rnb0xhgpof7o
Tags: 0.8.10-3ubuntu1
* Merge from Debian testing (FFe: LP: #940876), remaining changes:
  - Use mozilla-flashplugin as the alternative for now
  - Change xulrunner-dev build dep to firefox-dev
* Drop the plugin API porting patch, this has been fixed upstream
  - drop debian/patches*
* Drop the following change as we want Adobe's player to take priority
  if it's installed
  - Set alternative priority to 50 so that it matches Adobe Flash's priority

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
// 
2
 
//   Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
3
 
//   Foundation, Inc
 
2
//   Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
 
3
//   Free Software Foundation, Inc
4
4
// 
5
5
// This program is free software; you can redistribute it and/or modify
6
6
// it under the terms of the GNU General Public License as published by
92
92
{
93
93
//    if (!initDevice(EGLDevice::OPENVG))
94
94
    if (!initDevice(0, 0)) {
95
 
        log_error("Couldn't initialize EGL Device!");
 
95
        log_error(_("Couldn't initialize EGL Device!"));
96
96
    }
97
97
}
98
98
 
121
121
                               const SWFRect* /* bounds */, bool /*smooth*/)
122
122
{
123
123
    GNASH_REPORT_FUNCTION;
124
 
    log_unimpl("drawVideoFrame");  
 
124
    log_unimpl(_("drawVideoFrame"));
125
125
}
126
126
 
127
127
void
227
227
void
228
228
Renderer_gles1::set_antialiased(bool /* enable */)
229
229
{
230
 
    log_unimpl("set_antialiased");
 
230
    log_unimpl(_("set_antialiased"));
231
231
}
232
232
 
233
233
void