Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
libmate-panel-applet: Add comments in headers to explain Wayland beha…
…vior
  • Loading branch information
wmww authored and raveit65 committed Jan 25, 2019
1 parent d30deb0 commit b57daee
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions libmate-panel-applet/mate-panel-applet.h
Expand Up @@ -107,6 +107,7 @@ void mate_panel_applet_set_size_hints(MatePanelApplet* applet, const int* size_h

gboolean mate_panel_applet_get_locked_down(MatePanelApplet* applet);

// Does nothing when not on X11
void mate_panel_applet_request_focus(MatePanelApplet* applet, guint32 timestamp);

void mate_panel_applet_setup_menu(MatePanelApplet* applet, const gchar* xml, GtkActionGroup* action_group);
Expand Down
1 change: 1 addition & 0 deletions libmate-panel-applet/panel-applet-private.h
Expand Up @@ -25,6 +25,7 @@

G_BEGIN_DECLS

// Returns 0 when not on X11
guint32 mate_panel_applet_get_xid (MatePanelApplet *applet,
GdkScreen *screen);
const gchar *mate_panel_applet_get_object_path (MatePanelApplet *applet);
Expand Down
2 changes: 2 additions & 0 deletions libmate-panel-applet/panel-plug-private.h
Expand Up @@ -15,6 +15,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

// File should only be used on X11

#ifndef PANEL_PLUG_PRIVATE_H
#define PANEL_PLUG_PRIVATE_H

Expand Down

0 comments on commit b57daee

Please sign in to comment.