summaryrefslogtreecommitdiff
path: root/inc/OpenGl_telem_highlight.hxx
blob: f93f256dfd2d8da8f619c37aa7179339580bb197 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#ifndef  OPENGL_TELEM_HIGHLIGHT_H
#define  OPENGL_TELEM_HIGHLIGHT_H

#include <OpenGl_telem.hxx>

typedef  struct
{
  THighlightType    type;
  TEL_COLOUR   col;
} TEL_HIGHLIGHT, *tel_highlight;

/* currently, the routines ignore wsid */

/* ws, hid, highlighrep */
extern  TStatus  TelSetHighlightRep( Tint, Tint, tel_highlight );
/* ws, hid, highlighrep */
extern  TStatus  TelGetHighlightRep( Tint, Tint, tel_highlight );

extern  void     TelPrintHighlightRep( Tint, Tint ); /* ws, hid */
extern  TStatus  TelDeleteHighlightsForWS( Tint wsid );

#endif