Pyrogenesis  13997
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Macros | Functions
gfx.cpp File Reference
#include "precompiled.h"
#include "lib/sysdep/gfx.h"
#include "lib/external_libraries/libsdl.h"
#include "lib/ogl.h"

Go to the source code of this file.

Namespaces

 gfx
 

Macros

#define WSDL_NO_KEYSYM
 
#define SHORTEN(what, charsToKeep)
 

Functions

std::wstring gfx::CardName ()
 
std::wstring gfx::DriverInfo ()
 
size_t gfx::MemorySizeMiB ()
 not implemented More...
 

Macro Definition Documentation

#define SHORTEN (   what,
  charsToKeep 
)
Value:
if(!wcsncmp(cardName, what, ARRAY_SIZE(what)-1))\
memmove(cardName+charsToKeep, cardName+ARRAY_SIZE(what)-1, (wcslen(cardName)-(ARRAY_SIZE(what)-1)+1)*sizeof(wchar_t));
#define ARRAY_SIZE(name)
#define WSDL_NO_KEYSYM

Definition at line 30 of file gfx.cpp.