diff options
Diffstat (limited to 'win32caml/libgraph.h')
-rw-r--r-- | win32caml/libgraph.h | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/win32caml/libgraph.h b/win32caml/libgraph.h index 59c1f5f9d..3bfaff301 100644 --- a/win32caml/libgraph.h +++ b/win32caml/libgraph.h @@ -29,7 +29,7 @@ extern HWND grdisplay; /* The display connection */ //extern struct canvas grbstore; /* The pixmap used for backing store */ //extern int grwhite, grblack; /* Black and white pixels for X */ //extern int grbackground; /* Background color for X -// (used for CAML color -1) */ +// (used for CAML color -1) */ extern COLORREF grbackground; extern BOOL grdisplay_mode; /* Display-mode flag */ extern BOOL grremember_mode; /* Remember-mode flag */ @@ -83,20 +83,20 @@ extern RECT WindowRect; extern int grCurrentColor; typedef struct tagWindow { - HDC gc; - HDC gcBitmap; - HWND hwnd; - HBRUSH CurrentBrush; - HPEN CurrentPen; - DWORD CurrentColor; - int width; - int height; - int grx; - int gry; - HBITMAP hBitmap; - HFONT CurrentFont; - int CurrentFontSize; - HDC tempDC; // For image operations; + HDC gc; + HDC gcBitmap; + HWND hwnd; + HBRUSH CurrentBrush; + HPEN CurrentPen; + DWORD CurrentColor; + int width; + int height; + int grx; + int gry; + HBITMAP hBitmap; + HFONT CurrentFont; + int CurrentFontSize; + HDC tempDC; // For image operations; } GR_WINDOW; extern GR_WINDOW grwindow; |