1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2025-07-31 21:59:25 -04:00

Small fix in log domain container

This commit is contained in:
Dave Davenport 2021-02-03 22:03:29 +01:00
parent 50c50d6d76
commit 653f023b21
2 changed files with 3 additions and 3 deletions

View file

@ -41,7 +41,7 @@
/** /**
* Abstract handle to the container widget internal state. * Abstract handle to the container widget internal state.
*/ */
typedef struct _window container; typedef struct _container container;
/** /**
* @param parent The widget's parent * @param parent The widget's parent

View file

@ -26,7 +26,7 @@
*/ */
/** The log domain of this widget. */ /** The log domain of this widget. */
#define G_LOG_DOMAIN "Widgets.Window" #define G_LOG_DOMAIN "Widgets.Container"
#include <config.h> #include <config.h>
#include <stdio.h> #include <stdio.h>
@ -35,7 +35,7 @@
#include "widgets/container.h" #include "widgets/container.h"
#include "theme.h" #include "theme.h"
struct _window struct _container
{ {
widget widget; widget widget;
widget *child; widget *child;