~darkxst/ubuntu/quantal/gnome-shell/lp1128804

« back to all changes in this revision

Viewing changes to src/shell-embedded-window-private.h

  • Committer: Package Import Robot
  • Author(s): Tim Lunn
  • Date: 2012-10-09 20:42:33 UTC
  • mfrom: (57.1.7 quantal)
  • Revision ID: package-import@ubuntu.com-20121009204233-chcl8989muuzfpws
Tags: 3.6.0-0ubuntu3
* debian/patches/ubuntu-lightdm-user-switching.patch
  - Fix user switching when running lightdm.  LP: #1064269
 

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
                                      int                  width,
15
15
                                      int                  height);
16
16
 
17
 
void _shell_embedded_window_realize   (ShellEmbeddedWindow *window);
18
 
void _shell_embedded_window_unrealize (ShellEmbeddedWindow *window);
 
17
void _shell_embedded_window_map (ShellEmbeddedWindow *window);
 
18
void _shell_embedded_window_unmap (ShellEmbeddedWindow *window);
19
19
 
20
20
#endif /* __SHELL_EMBEDDED_WINDOW_PRIVATE_H__ */