Skip to content

Commit

Permalink
Fix taskbar skip hint
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.o-hand.com/repos/matchbox/trunk/matchbox-keyboard@1130 b067294f-1dea-0310-9683-c47a78595994
  • Loading branch information
mallum committed Apr 26, 2005
1 parent a9f9b33 commit 552080e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2005-04-26 mallum,,, <[email protected]>

* src/matchbox-keyboard-ui.c: (mb_kbd_ui_resources_create):
Fix taskbar skip hint

2005-04-26 mallum,,, <[email protected]>

* src/matchbox-keyboard-ui.c: (get_current_window_manager_name),
Expand Down
4 changes: 2 additions & 2 deletions src/matchbox-keyboard-ui.c
Original file line number Diff line number Diff line change
Expand Up @@ -784,9 +784,9 @@ mb_kbd_ui_resources_create(MBKeyboardUI *ui)
(unsigned char *)wm_struct_vals , 12);

XChangeProperty(ui->xdpy, ui->xwin,
atom_NET_WM_STATE_SKIP_TASKBAR, XA_ATOM, 32,
atom_NET_WM_STATE, XA_ATOM, 32,
PropModeReplace,
(unsigned char *)states, 1);
(unsigned char **)&states, 1);

if (get_desktop_area(ui, NULL, NULL, &desk_width, NULL))
{
Expand Down

0 comments on commit 552080e

Please sign in to comment.