|
XenevaOS
|
#include <_xeneva.h>#include <sys\_keproc.h>#include <sys\_kefile.h>#include <sys\mman.h>#include <stdlib.h>#include <sys\iocodes.h>#include <sys\_keipcpostbox.h>#include <time.h>#include <string.h>#include <chitralekha.h>#include <sys\_kesignal.h>#include "deodhai.h"#include "cursor.h"#include "nanojpg.h"#include "dirty.h"#include "color.h"#include <font.h>#include "window.h"#include "_fastcpy.h"#include "clip.h"#include "backdirty.h"#include "draw.h"#include "animation.h"#include "popup.h"#include <sys\socket.h>#include <boxblur.h>#include <sys/types.h>#include <stb_image_resize.h>
Macros | |
| #define | STB_IMAGE_RESIZE_IMPLEMENTATION |
| #define STB_IMAGE_RESIZE_IMPLEMENTATION |
BSD 2-Clause License
Copyright (c) 2022-2023, Manas Kamal Choudhury All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
| void _AuConOut | ( | const char * | text, |
| ... | |||
| ) |
| void ChangeCursor | ( | Cursor * | newCursor | ) |
| void ComposeFrame | ( | ChCanvas * | canvas | ) |
| void DeodhaiAddWindow | ( | Window * | win | ) |
| void DeodhaiAddWindowAlwaysOnTop | ( | Window * | win | ) |
| uint32_t DeodhaiAllocateNewHandle | ( | ) |
| void DeodhaiBackSurfaceUpdate | ( | ChCanvas * | canv, |
| int | x, | ||
| int | y, | ||
| int | w, | ||
| int | h | ||
| ) |
| void DeodhaiBroadcastKey | ( | int | code | ) |
| void DeodhaiBroadcastMouse | ( | int | mouse_x, |
| int | mouse_y, | ||
| int | button | ||
| ) |
| void DeodhaiBroadcastTouch | ( | int | t_x, |
| int | t_y | ||
| ) |
| uint64_t DeodhaiClickCurrentTime | ( | ) |
| void DeodhaiCloseWindow | ( | Window * | win | ) |
| Window * DeodhaiCreateWindow | ( | int | x, |
| int | y, | ||
| int | w, | ||
| int | h, | ||
| uint16_t | flags, | ||
| uint16_t | ownerId, | ||
| char * | title | ||
| ) |
| uint64_t DeodhaiCurrentTime | ( | ) |
| ChCanvas * DeodhaiGetMainCanvas | ( | ) |
| void DeodhaiInitialiseData | ( | ) |
| void DeodhaiRemoveWindow | ( | Window * | win | ) |
| void DeodhaiRemoveWindowAlwaysOnTop | ( | Window * | win | ) |
| void DeodhaiResizeCursorUpdate | ( | int | mouse_x, |
| int | mouse_y, | ||
| WinSharedInfo * | info | ||
| ) |
| void DeodhaiSendFocusMessage | ( | PostEvent * | e | ) |
| void DeodhaiSendMouseEvent | ( | int | handle, |
| int | ownerId, | ||
| uint8_t | handleType, | ||
| uint8_t | eventType, | ||
| int | x, | ||
| int | y, | ||
| int | button | ||
| ) |
| void DeodhaiWindowCheckDraggable | ( | int | x, |
| int | y, | ||
| int | button | ||
| ) |
| void DeodhaiWindowHide | ( | Window * | win | ) |
| void DeodhaiWindowMakeTop | ( | Window * | win | ) |
| void DeodhaiWindowMove | ( | Window * | win, |
| int | x, | ||
| int | y | ||
| ) |
| void DrawWallpaper | ( | ChCanvas * | canv, |
| char * | filename | ||
| ) |
| int main | ( | int | argc, |
| char * | arv[] | ||
| ) |
| bool _always_on_top_update |
| bool _clients_advice |
| bool _shadow_update |
| bool _skip_disable_ |
| bool _window_broadcast_mouse_ |
| bool _window_moving_ |
| bool _window_update_all_ |
| Window* alwaysOnTop |
| Window* alwaysOnTopLast |
| Cursor* arrow |
| ChCanvas* canvas |
| Cursor* currentCursor |
| uint32_t* CursorBack |
| Window* dragWin |
| Window* focusedLast |
| Window* focusedWin |
| int kybrd_fd |
| int lastMouseButton |
| Window* lastWin |
| int mouse_fd |
| Window* mouseLastHovered |
| Cursor* move |
| int postbox_fd |
| Cursor* resizeLeftRight |
| Cursor* resizeUpDown |
| Window* reszWin |
| Window* rootWin |
| uint64_t startSubTime |
| uint64_t startTime |
| uint32_t* surfaceBuffer |
| Window* topWin |
| uint32_t winHandles |