~helene-verhaeghe27/cairo-dock-core/bugfix

« back to all changes in this revision

Viewing changes to src/cairo-dock-graph.h

  • Committer: fabounet
  • Date: 2010-03-14 02:21:34 UTC
  • mfrom: (503.1.10 cairo-dock-core2)
  • Revision ID: fabounet03@gmail.com-20100314022134-1you24295vgludts
the Core can now be compiled with cmake : cmake CMakeLists.txt  -DCMAKE_INSTALL_PREFIX=/usr

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
#include <gtk/gtk.h>
25
25
G_BEGIN_DECLS
26
26
 
27
 
#include <cairo-dock-struct.h>
28
 
#include <cairo-dock-data-renderer.h>
 
27
#include "cairo-dock-struct.h"
 
28
#include "cairo-dock-data-renderer.h"
29
29
 
30
30
/**
31
31
*@file cairo-dock-graph.h This class defines the Graph, which derives from the DataRenderer.