~ubuntu-branches/ubuntu/vivid/manaplus/vivid-proposed

« back to all changes in this revision

Viewing changes to src/utils/glxhelper.cpp

  • Committer: Package Import Robot
  • Author(s): Patrick Matthäi, Andrei Karas, Patrick Matthäi
  • Date: 2014-10-27 18:15:40 UTC
  • mfrom: (1.1.37)
  • Revision ID: package-import@ubuntu.com-20141027181540-jvyjufjo9igruklh
Tags: 1.4.10.25-1
[ Andrei Karas ]
* Updated debian/copyright.

[ Patrick Matthäi ]
* New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
        || isGLNull(mglXCreateContextAttribs)
53
53
        || isGLNull(mglXChooseFBConfig))
54
54
    {
55
 
        logger->log("Cant change context, functions in driver "
 
55
        logger->log("Can't change context, functions in driver "
56
56
            "not implimented");
57
57
        XSetErrorHandler(handler);
58
58
        return context;
59
59
    }
60
60
    if (!context)
61
61
    {
62
 
        logger->log("Cant change context, because current "
 
62
        logger->log("Can't change context, because current "
63
63
            "context not created");
64
64
        XSetErrorHandler(handler);
65
65
        return context;