diff options
author | Stefano Karapetsas <[email protected]> | 2013-10-08 02:16:50 -0700 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-10-08 02:16:50 -0700 |
commit | 658a8b85f7d3144cdbd9515fba697d6328a51ac7 (patch) | |
tree | f734c9642033b0505a0a18c03ab9630609c55c94 /stickynotes/stickynotes.h | |
parent | 57c4aa4a80b19d0e4ce257e920bc7a7a1f56aaef (diff) | |
parent | cfb2e0e9930fbe7858052348da49dfb9ae00072b (diff) | |
download | mate-applets-658a8b85f7d3144cdbd9515fba697d6328a51ac7.tar.bz2 mate-applets-658a8b85f7d3144cdbd9515fba697d6328a51ac7.tar.xz |
Merge pull request #55 from infirit/master
back to libwnck
Diffstat (limited to 'stickynotes/stickynotes.h')
-rw-r--r-- | stickynotes/stickynotes.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/stickynotes/stickynotes.h b/stickynotes/stickynotes.h index 7ec97871..4073c42e 100644 --- a/stickynotes/stickynotes.h +++ b/stickynotes/stickynotes.h @@ -20,7 +20,8 @@ #ifndef __STICKYNOTES_H__ #define __STICKYNOTES_H__ -#include <libmatewnck/libmatewnck.h> +#define WNCK_I_KNOW_THIS_IS_UNSTABLE 1 +#include <libwnck/libwnck.h> #include <stickynotes_applet.h> typedef struct |