Ignore:
Timestamp:
2022-10-20T08:05:06Z (2 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7cc30e9
Parents:
1766326
git-author:
Jiri Svoboda <jiri@…> (2022-10-19 18:04:42)
git-committer:
Jiri Svoboda <jiri@…> (2022-10-20 08:05:06)
Message:

Return correct number of windows from display server

But not the caption since the display server does not have it

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/wndmgt/include/types/wndmgt.h

    r1766326 r7a05d924  
    3636#define _LIBWNDMGT_TYPES_WNDMGT_H_
    3737
     38#include <ipc/services.h>
    3839#include <types/common.h>
    3940
    4041/** Use the default window management service (argument to wndmgt_open() */
    41 #define WNDMGT_DEFAULT NULL
     42#define WNDMGT_DEFAULT SERVICE_NAME_WNDMGT
    4243
    4344struct wndmgt;
Note: See TracChangeset for help on using the changeset viewer.