(svn r15718) -Cleanup: apply some comment coding style on the rest of the sources too
This commit is contained in:
@@ -38,7 +38,7 @@ enum {
|
||||
* If no appropiate font is found, the function returns an error */
|
||||
#ifdef WIN32
|
||||
#include <windows.h>
|
||||
#include <shlobj.h> // SHGetFolderPath
|
||||
#include <shlobj.h> /* SHGetFolderPath */
|
||||
#include "win32.h"
|
||||
|
||||
/**
|
||||
@@ -713,7 +713,7 @@ const Sprite *GetGlyph(FontSize size, WChar key)
|
||||
sprite.width = width;
|
||||
sprite.height = height;
|
||||
sprite.x_offs = slot->bitmap_left;
|
||||
// XXX 2 should be determined somehow... it's right for the normal face
|
||||
/* XXX 2 should be determined somehow... it's right for the normal face */
|
||||
y_adj = (size == FS_NORMAL) ? 2 : 0;
|
||||
sprite.y_offs = GetCharacterHeight(size) - slot->bitmap_top - y_adj;
|
||||
|
||||
|
Reference in New Issue
Block a user