~brandontschaefer/nux/xim-tests

« back to all changes in this revision

Viewing changes to NuxGraphics/XICClient.h

  • Committer: Brandon Schaefer
  • Date: 2012-11-24 00:20:10 UTC
  • Revision ID: brandon.schaefer@canonical.com-20121124002010-2d62fnu73vz3oqn5
* Moved to std::shared_ptr
* Fixed headers
* Moved to new logger

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
{
30
30
public:
31
31
  XICClient();
32
 
  ~XICClient();
33
32
 
34
33
  void ResetXIC(XIM xim, Window window);
35
34