i3ipc++
An C++ implementaiton of the i3 IPC
 All Classes Functions Variables Enumerations Enumerator Modules
i3ipc::workspace_event_t Struct Reference

A workspace event. More...

#include <ipc.hpp>

Public Attributes

WorkspaceEventType type
 
std::shared_ptr< workspace_tcurrent
 Current focused workspace.
 
std::shared_ptr< workspace_told
 Old (previous) workspace. More...
 

Detailed Description

A workspace event.

Member Data Documentation

std::shared_ptr<workspace_t> i3ipc::workspace_event_t::old

Old (previous) workspace.

Note
With some WindowEventType could be null

The documentation for this struct was generated from the following file: