Commit 0bdae90d authored by claes's avatar claes

*** empty log message ***

parent 9b29d87d
...@@ -533,6 +533,7 @@ palette PlcEditorPalette ...@@ -533,6 +533,7 @@ palette PlcEditorPalette
class DataSend class DataSend
class DispLink class DispLink
class GetDap class GetDap
class GetObjid
class GetObjidp class GetObjidp
class Func class Func
class FuncExtend class FuncExtend
......
/* /*
* Proview $Id: flow_draw_xlib.cpp,v 1.2 2007-05-11 15:07:21 claes Exp $ * Proview $Id: flow_draw_xlib.cpp,v 1.3 2007-05-22 08:17:11 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB. * Copyright (C) 2005 SSAB Oxelsund AB.
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
...@@ -139,7 +139,7 @@ static int draw_free_gc( FlowDrawXLib *draw_ctx) ...@@ -139,7 +139,7 @@ static int draw_free_gc( FlowDrawXLib *draw_ctx)
XFreeGC( draw_ctx->display, draw_ctx->gc_yellow); XFreeGC( draw_ctx->display, draw_ctx->gc_yellow);
XFreeGC( draw_ctx->display, draw_ctx->gc_green); XFreeGC( draw_ctx->display, draw_ctx->gc_green);
XFreeGC( draw_ctx->display, draw_ctx->gc_drarkgray); XFreeGC( draw_ctx->display, draw_ctx->gc_darkgray);
XFreeGC( draw_ctx->display, draw_ctx->gc_inverse); XFreeGC( draw_ctx->display, draw_ctx->gc_inverse);
for ( i = 0; i < flow_eDrawType__; i++) for ( i = 0; i < flow_eDrawType__; i++)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment