mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-24 04:50:34 +05:00
extern pixelscale in togl
This commit is contained in:
parent
39d4231850
commit
9d0ffac0eb
@ -4044,7 +4044,7 @@ Togl_Height(const Togl *togl)
|
||||
return togl->Height;
|
||||
}
|
||||
|
||||
EXTERN int
|
||||
int
|
||||
Togl_PixelScale(const Togl *togl)
|
||||
{
|
||||
return togl->PixelScale;
|
||||
|
@ -50,6 +50,11 @@ EXTERN int Togl_Width(const Togl *togl);
|
||||
/* 6 */
|
||||
EXTERN int Togl_Height(const Togl *togl);
|
||||
#endif
|
||||
#ifndef Togl_PixelScale_TCL_DECLARED
|
||||
#define Togl_PixelScale_TCL_DECLARED
|
||||
/* 6 */
|
||||
EXTERN int Togl_PixelScale(const Togl *togl);
|
||||
#endif
|
||||
#ifndef Togl_Interp_TCL_DECLARED
|
||||
#define Togl_Interp_TCL_DECLARED
|
||||
/* 7 */
|
||||
|
@ -25,7 +25,7 @@ The interface between the GUI and the netgen library
|
||||
|
||||
// to be sure to include the 'right' togl-version
|
||||
#include "Togl2.1/togl.h"
|
||||
EXTERN int Togl_PixelScale (const Togl * togl);
|
||||
// EXTERN int Togl_PixelScale (const Togl * togl);
|
||||
|
||||
#include "fonts.hpp"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user