~ken-vandine/notify-osd/fix-dist

« back to all changes in this revision

Viewing changes to src/dnd.h

  • Committer: David Barth
  • Date: 2009-03-19 10:53:20 UTC
  • Revision ID: david.barth@canonical.com-20090319105320-d6rb9yl5a4112don
fixes the build issue with test-dnd

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
gboolean
36
36
dnd_dont_disturb_user (void);
37
37
 
 
38
gboolean
 
39
dnd_is_xscreensaver_active (void);
 
40
 
 
41
gboolean
 
42
dnd_is_screensaver_inhibited (void);
 
43
 
 
44
gboolean
 
45
dnd_is_screensaver_active (void);
 
46
 
 
47
 
38
48
G_END_DECLS
39
49
 
40
50
#endif /* __DND_H */